Html Css Color HEX #045ECD Navy Blue

📋 copy color: '#045ECD'

red 4 ◦ green 94 ◦ blue 205

#045ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #045ECD

Tints of Navy Blue #045ECD

RGB

 RED value IS 4 (1.95% from 255) = 1.32%

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 205 (80.47% from 255) = 67.66%

R = 1.32%
G = 31.02%
B = 67.66%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#045ECD (or 0x045ECD) is known color: Navy Blue. HEX triplet: 04, 5E and CD. RGB value is (4,94,205). Sum of RGB (Red+Green+Blue) = 4+94+205=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #045ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045ECD is #FBA132. Grayscale: #4F4F4F. Windows color (decimal): -16490803 or 13458948. OLE color: 13458948.

HSL color Cylindrical-coordinate representation of color #045ECD: hue angle of 213.13º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045ECD is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 94 205 -
CMYK 0.98 0.54 0 0.20
HSL 213.13º 0.96% 0.41% -
HSV(B) 213.13º 0.98% 0.8% -
XYZ 15.07 12.44 59.36 -
YUV 79.74 198.68 73.97 -
System Red Green Blue C M Y K H S L
Decimal 4 94 205 0.98 0.54 0 0.20 213.13 0.96 0.41
Hex 4 5E CD 62 36 0 14 D5 60 29
Octal 4 136 315 142 66 0 24 325 140 51
Binary 100 1011110 11001101 1100010 110110 0 10100 11010101 1100000 101001

Color Harmonies of #045ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045ECD

Black with #045ECD

Text Example


Text Example

White with #045ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045ECD; }

 p { color: rgb(4,94,205); }

 H1.HeaderClassName
 {
   color: #045ECD;
 }
 .AnyTagClassName
 {
   color: #045ECD;
 }
</style>

background-color css

<style>
 a { background-color: #045ECD; }

 a { background-color: rgb(4,94,205); }

 div.DivClassName
 {
   background-color: #045ECD;
 }
 .BgClassName
 {
   background-color: #045ECD;
 }
</style>

border-color css

<style>
 span { border-color: #045ECD; }

 span { border-color: rgb(4,94,205); }

 td.TdClassName
 {
   border-color: #045ECD;
 }
 .TagClassName
 {
   border-color: #045ECD;
 }
</style>