Html Css Color HEX #045CEA Navy Blue

📋 copy color: '#045CEA'

red 4 ◦ green 92 ◦ blue 234

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

Shades of Navy Blue #045CEA

Tints of Navy Blue #045CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.91%

R = 1.21%
G = 27.88%
B = 70.91%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#045CEA (or 0x045CEA) is known color: Navy Blue. HEX triplet: 04, 5C and EA. RGB value is (4,92,234). Sum of RGB (Red+Green+Blue) = 4+92+234=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #045CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CEA is #FBA315. Grayscale: #515151. Windows color (decimal): -16491286 or 15358980. OLE color: 15358980.

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

Color convert

RGB 4 92 234 -
CMYK 0.98 0.61 0 0.08
HSL 217.04º 0.97% 0.47% -
HSV(B) 217.04º 0.98% 0.92% -
XYZ 18.73 13.62 79.48 -
YUV 81.88 213.85 72.45 -
System Red Green Blue C M Y K H S L
Decimal 4 92 234 0.98 0.61 0 0.08 217.04 0.97 0.47
Hex 4 5C EA 62 3D 0 8 D9 61 2F
Octal 4 134 352 142 75 0 10 331 141 57
Binary 100 1011100 11101010 1100010 111101 0 1000 11011001 1100001 101111

Color Harmonies of #045CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CEA

Black with #045CEA

Text Example


Text Example

White with #045CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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