Html Css Color HEX #045FEC Navy Blue

📋 copy color: '#045FEC'

red 4 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #045FEC

Tints of Navy Blue #045FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

 BLUE value IS 236 (92.58% from 255) = 70.45%

R = 1.19%
G = 28.36%
B = 70.45%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#045FEC (or 0x045FEC) is known color: Navy Blue. HEX triplet: 04, 5F and EC. RGB value is (4,95,236). Sum of RGB (Red+Green+Blue) = 4+95+236=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #045FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FEC is #FBA013. Grayscale: #535353. Windows color (decimal): -16490516 or 15490820. OLE color: 15490820.

HSL color Cylindrical-coordinate representation of color #045FEC: hue angle of 216.47º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FEC is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 95 236 -
CMYK 0.98 0.60 0 0.07
HSL 216.47º 0.97% 0.47% -
HSV(B) 216.47º 0.98% 0.93% -
XYZ 19.28 14.27 81.09 -
YUV 83.87 213.85 71.04 -
System Red Green Blue C M Y K H S L
Decimal 4 95 236 0.98 0.60 0 0.07 216.47 0.97 0.47
Hex 4 5F EC 62 3C 0 7 D8 61 2F
Octal 4 137 354 142 74 0 7 330 141 57
Binary 100 1011111 11101100 1100010 111100 0 111 11011000 1100001 101111

Color Harmonies of #045FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045FEC

Black with #045FEC

Text Example


Text Example

White with #045FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,95,236); }

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

background-color css

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

 a { background-color: rgb(4,95,236); }

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

border-color css

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

 span { border-color: rgb(4,95,236); }

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