COLOR #004265

HEX: #004265
RGB: (0,66,101)

Color info

#004265 contains only green and blue colors. Web safe color of #004265 is #003366 (or #036).

RGB color model

#004265 color RGB value is (0,66,101).

  • red value is 0;
  • green value is 66;
  • blue value is 101.
RGB:
(0,66,101)
(0%,26%,40%)

RGB channels and saturation

R 0 of 255 = 0%
G 66 of 255 = 26%
B 101 of 255 = 40%

0
66
101

R + G + B ~ 22%. #004265 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 66 + 101 = 167 (100%)
R 0 of 167 ~ 0%
G 66 of 167 ~ 39.52%
B 101 of 167 ~ 60.48%

%39.52
%60.48

CMYK color model

#004265 color CMYK value is (100,35,0,60).

  • cyan value is 100.00%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(100,35,0,60)
C100M35Y0K60 
(100%,35%,0%,60%)
(1.00/0.35/0.00/0.60)	

CMYK percentages

%100
%34.65
%0
%60.39

Codes

Color #004265 in popluar color models

004265
RGB066101
HSL201°100.00%19.80%
HSB/HSV201°100.00%39.61%
CMYK100.00%34.65%0.00%
60.39%

Color #004265 in popluar number systems.

HEX004265
Decimal066101
Binary010000101100101
Octal0102145

Shades and tints

Shades of #004265

#004265
(0,66,101)
#003C5C
(0,60,92)
#003653
(0,54,83)
#00304A
(0,48,74)
#002A41
(0,42,65)
#002438
(0,36,56)
#001E2F
(0,30,47)
#001826
(0,24,38)
#00121D
(0,18,29)
#000C14
(0,12,20)
#00060B
(0,6,11)
#000000
(0,0,0)

Tints of #004265

#004265
(0,66,101)
#175373
(23,83,115)
#2E6481
(46,100,129)
#45758F
(69,117,143)
#5C869D
(92,134,157)
#7397AB
(115,151,171)
#8AA8B9
(138,168,185)
#A1B9C7
(161,185,199)
#B8CAD5
(184,202,213)
#CFDBE3
(207,219,227)
#E6ECF1
(230,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004265 color. Also use rgb(0,66,101) instead hex code.

Text Font Color

.myTextColor { color: #004265; }

<p style="color:#004265">This sample text font color is #004265.</p>

This text font color is #004265.


Background Color

.myBgColor { background-color: #004265; }

<div style="background-color:#004265">Inner text</div>

This div background color is #004265.


Border color

.myBorderColor { border: 1px solid #004265; }

<div style="border:3px solid #004265">Div</div>

This div border color is #004265.


Opacity

.myOpacity80 { color: #004265; opacity: 0.8; }

<p style="color:#004265;opacity:0.8;">80%</p>

Text with #004265 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #004265;}

<p style="text-shadow: 3px 3px 1px #004265">Text here.</p>

This text has shadow with #004265 color.

.textShadow {text-shadow: 3px 3px 1px #004265, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #004265, 5px 5px 20px red">Text here.</p>

This text has shadow with #004265 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#004265, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#004265, Direction=45, Strength=4)">Text</p>

This text has shadow with #004265 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #004265;
  -webkit-box-shadow:	1px 1px 3px 2px #004265;
  box-shadow:		1px 1px 3px 2px #004265;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #004265;
-webkit-box-shadow: 1px 1px 3px 2px #004265;
box-shadow:1px 1px 3px 2px #004265;">
Div content here</div>
This div box has shadow with color #004265.

Preview

Color preview on black background

This text has color #004265 on black background.


Color preview on white background

This text has color #004265 on white background.



Black color preview on #004265 background

This text has black color on #004265 background.


White color preview on #004265 background

This text has white color on #004265 background.