Html Css Color HEX #045EDE Navy Blue

📋 copy color: '#045EDE'

red 4 ◦ green 94 ◦ blue 222

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

Shades of Navy Blue #045EDE

Tints of Navy Blue #045EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.38%

R = 1.25%
G = 29.38%
B = 69.38%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#045EDE (or 0x045EDE) is known color: Navy Blue. HEX triplet: 04, 5E and DE. RGB value is (4,94,222). Sum of RGB (Red+Green+Blue) = 4+94+222=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #045EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EDE is #FBA121. Grayscale: #515151. Windows color (decimal): -16490786 or 14573060. OLE color: 14573060.

HSL color Cylindrical-coordinate representation of color #045EDE: hue angle of 215.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EDE is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 94 222 -
CMYK 0.98 0.58 0 0.13
HSL 215.23º 0.96% 0.44% -
HSV(B) 215.23º 0.98% 0.87% -
XYZ 17.24 13.31 70.77 -
YUV 81.68 207.18 72.59 -
System Red Green Blue C M Y K H S L
Decimal 4 94 222 0.98 0.58 0 0.13 215.23 0.96 0.44
Hex 4 5E DE 62 3A 0 D D7 60 2C
Octal 4 136 336 142 72 0 15 327 140 54
Binary 100 1011110 11011110 1100010 111010 0 1101 11010111 1100000 101100

Color Harmonies of #045EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045EDE

Black with #045EDE

Text Example


Text Example

White with #045EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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