Html Css Color HEX #045CEC Navy Blue

📋 copy color: '#045CEC'

red 4 ◦ green 92 ◦ blue 236

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

Shades of Navy Blue #045CEC

Tints of Navy Blue #045CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

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

R = 1.2%
G = 27.71%
B = 71.08%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#045CEC (or 0x045CEC) is known color: Navy Blue. HEX triplet: 04, 5C and EC. RGB value is (4,92,236). Sum of RGB (Red+Green+Blue) = 4+92+236=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #045CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CEC is #FBA313. Grayscale: #515151. Windows color (decimal): -16491284 or 15490052. OLE color: 15490052.

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

Color convert

RGB 4 92 236 -
CMYK 0.98 0.61 0 0.07
HSL 217.24º 0.97% 0.47% -
HSV(B) 217.24º 0.98% 0.93% -
XYZ 19.02 13.74 81.01 -
YUV 82.1 214.85 72.29 -
System Red Green Blue C M Y K H S L
Decimal 4 92 236 0.98 0.61 0 0.07 217.24 0.97 0.47
Hex 4 5C EC 62 3D 0 7 D9 61 2F
Octal 4 134 354 142 75 0 7 331 141 57
Binary 100 1011100 11101100 1100010 111101 0 111 11011001 1100001 101111

Color Harmonies of #045CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CEC

Black with #045CEC

Text Example


Text Example

White with #045CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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