Html Css Color HEX #045CE9 Navy Blue

📋 copy color: '#045CE9'

red 4 ◦ green 92 ◦ blue 233

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

Shades of Navy Blue #045CE9

Tints of Navy Blue #045CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 70.82%

R = 1.22%
G = 27.96%
B = 70.82%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#045CE9 (or 0x045CE9) is known color: Navy Blue. HEX triplet: 04, 5C and E9. RGB value is (4,92,233). Sum of RGB (Red+Green+Blue) = 4+92+233=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 233 (91.41% from 255 or 70.82% from 329); Max value from RGB is 233 - color contains mainly: blue. Hex color #045CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CE9 is #FBA316. Grayscale: #515151. Windows color (decimal): -16491287 or 15293444. OLE color: 15293444.

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

Color convert

RGB 4 92 233 -
CMYK 0.98 0.61 0 0.09
HSL 216.94º 0.97% 0.46% -
HSV(B) 216.94º 0.98% 0.91% -
XYZ 18.59 13.56 78.73 -
YUV 81.76 213.35 72.54 -
System Red Green Blue C M Y K H S L
Decimal 4 92 233 0.98 0.61 0 0.09 216.94 0.97 0.46
Hex 4 5C E9 62 3D 0 9 D9 61 2E
Octal 4 134 351 142 75 0 11 331 141 56
Binary 100 1011100 11101001 1100010 111101 0 1001 11011001 1100001 101110

Color Harmonies of #045CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CE9

Black with #045CE9

Text Example


Text Example

White with #045CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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