Html Css Color HEX #045DEE Navy Blue

📋 copy color: '#045DEE'

red 4 ◦ green 93 ◦ blue 238

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

Shades of Navy Blue #045DEE

Tints of Navy Blue #045DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.04%

R = 1.19%
G = 27.76%
B = 71.04%

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

#045DEE (or 0x045DEE) is known color: Navy Blue. HEX triplet: 04, 5D and EE. RGB value is (4,93,238). Sum of RGB (Red+Green+Blue) = 4+93+238=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #045DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045DEE is #FBA211. Grayscale: #525252. Windows color (decimal): -16491026 or 15621380. OLE color: 15621380.

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

Color convert

RGB 4 93 238 -
CMYK 0.98 0.61 0 0.07
HSL 217.18º 0.97% 0.47% -
HSV(B) 217.18º 0.98% 0.93% -
XYZ 19.4 14.03 82.57 -
YUV 82.92 215.51 71.71 -
System Red Green Blue C M Y K H S L
Decimal 4 93 238 0.98 0.61 0 0.07 217.18 0.97 0.47
Hex 4 5D EE 62 3D 0 7 D9 61 2F
Octal 4 135 356 142 75 0 7 331 141 57
Binary 100 1011101 11101110 1100010 111101 0 111 11011001 1100001 101111

Color Harmonies of #045DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DEE

Black with #045DEE

Text Example


Text Example

White with #045DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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