Html Css Color HEX #045EC0 Navy Blue

📋 copy color: '#045EC0'

red 4 ◦ green 94 ◦ blue 192

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

Shades of Navy Blue #045EC0

Tints of Navy Blue #045EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 66.21%

R = 1.38%
G = 32.41%
B = 66.21%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#045EC0 (or 0x045EC0) is known color: Navy Blue. HEX triplet: 04, 5E and C0. RGB value is (4,94,192). Sum of RGB (Red+Green+Blue) = 4+94+192=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #045EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EC0 is #FBA13F. Grayscale: #4D4D4D. Windows color (decimal): -16490816 or 12606980. OLE color: 12606980.

HSL color Cylindrical-coordinate representation of color #045EC0: hue angle of 211.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EC0 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 94 192 -
CMYK 0.98 0.51 0 0.25
HSL 211.28º 0.96% 0.38% -
HSV(B) 211.28º 0.98% 0.75% -
XYZ 13.57 11.84 51.44 -
YUV 78.26 192.18 75.03 -
System Red Green Blue C M Y K H S L
Decimal 4 94 192 0.98 0.51 0 0.25 211.28 0.96 0.38
Hex 4 5E C0 62 33 0 19 D3 60 26
Octal 4 136 300 142 63 0 31 323 140 46
Binary 100 1011110 11000000 1100010 110011 0 11001 11010011 1100000 100110

Color Harmonies of #045EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045EC0

Black with #045EC0

Text Example


Text Example

White with #045EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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