Html Css Color HEX #045ECB Navy Blue

📋 copy color: '#045ECB'

red 4 ◦ green 94 ◦ blue 203

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

Shades of Navy Blue #045ECB

Tints of Navy Blue #045ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.44%

R = 1.33%
G = 31.23%
B = 67.44%

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

#045ECB (or 0x045ECB) is known color: Navy Blue. HEX triplet: 04, 5E and CB. RGB value is (4,94,203). Sum of RGB (Red+Green+Blue) = 4+94+203=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #045ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045ECB is #FBA134. Grayscale: #4E4E4E. Windows color (decimal): -16490805 or 13327876. OLE color: 13327876.

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

Color convert

RGB 4 94 203 -
CMYK 0.98 0.54 0 0.20
HSL 212.86º 0.96% 0.41% -
HSV(B) 212.86º 0.98% 0.8% -
XYZ 14.83 12.34 58.1 -
YUV 79.52 197.68 74.14 -
System Red Green Blue C M Y K H S L
Decimal 4 94 203 0.98 0.54 0 0.20 212.86 0.96 0.41
Hex 4 5E CB 62 36 0 14 D5 60 29
Octal 4 136 313 142 66 0 24 325 140 51
Binary 100 1011110 11001011 1100010 110110 0 10100 11010101 1100000 101001

Color Harmonies of #045ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045ECB

Black with #045ECB

Text Example


Text Example

White with #045ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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