Html Css Color HEX #045DE0 Navy Blue

📋 copy color: '#045DE0'

red 4 ◦ green 93 ◦ blue 224

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

Shades of Navy Blue #045DE0

Tints of Navy Blue #045DE0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.97%

 BLUE value IS 224 (87.89% from 255) = 69.78%

R = 1.25%
G = 28.97%
B = 69.78%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#045DE0 (or 0x045DE0) is known color: Navy Blue. HEX triplet: 04, 5D and E0. RGB value is (4,93,224). Sum of RGB (Red+Green+Blue) = 4+93+224=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #045DE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DE0 is #FBA21F. Grayscale: #505050. Windows color (decimal): -16491040 or 14703876. OLE color: 14703876.

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

Color convert

RGB 4 93 224 -
CMYK 0.98 0.58 0 0.12
HSL 215.73º 0.96% 0.45% -
HSV(B) 215.73º 0.98% 0.88% -
XYZ 17.42 13.24 72.16 -
YUV 81.32 208.51 72.85 -
System Red Green Blue C M Y K H S L
Decimal 4 93 224 0.98 0.58 0 0.12 215.73 0.96 0.45
Hex 4 5D E0 62 3A 0 C D8 60 2D
Octal 4 135 340 142 72 0 14 330 140 55
Binary 100 1011101 11100000 1100010 111010 0 1100 11011000 1100000 101101

Color Harmonies of #045DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DE0

Black with #045DE0

Text Example


Text Example

White with #045DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,93,224); }

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

background-color css

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

 a { background-color: rgb(4,93,224); }

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

border-color css

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

 span { border-color: rgb(4,93,224); }

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