Html Css Color HEX #045ECC Navy Blue

📋 copy color: '#045ECC'

red 4 ◦ green 94 ◦ blue 204

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

Shades of Navy Blue #045ECC

Tints of Navy Blue #045ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.55%

R = 1.32%
G = 31.13%
B = 67.55%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#045ECC (or 0x045ECC) is known color: Navy Blue. HEX triplet: 04, 5E and CC. RGB value is (4,94,204). Sum of RGB (Red+Green+Blue) = 4+94+204=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #045ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045ECC is #FBA133. Grayscale: #4F4F4F. Windows color (decimal): -16490804 or 13393412. OLE color: 13393412.

HSL color Cylindrical-coordinate representation of color #045ECC: hue angle of 213º 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 #045ECC is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 94 204 -
CMYK 0.98 0.54 0 0.2
HSL 213º 0.96% 0.41% -
HSV(B) 213º 0.98% 0.8% -
XYZ 14.95 12.39 58.73 -
YUV 79.63 198.18 74.06 -
System Red Green Blue C M Y K H S L
Decimal 4 94 204 0.98 0.54 0 0.2 213 0.96 0.41
Hex 4 5E CC 62 36 0 14 D5 60 29
Octal 4 136 314 142 66 0 24 325 140 51
Binary 100 1011110 11001100 1100010 110110 0 10100 11010101 1100000 101001

Color Harmonies of #045ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045ECC

Black with #045ECC

Text Example


Text Example

White with #045ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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