Html Css Color HEX #045FEE Navy Blue

📋 copy color: '#045FEE'

red 4 ◦ green 95 ◦ blue 238

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

Shades of Navy Blue #045FEE

Tints of Navy Blue #045FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 1.19%
G = 28.19%
B = 70.62%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#045FEE (or 0x045FEE) is known color: Navy Blue. HEX triplet: 04, 5F and EE. RGB value is (4,95,238). Sum of RGB (Red+Green+Blue) = 4+95+238=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #045FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FEE is #FBA011. Grayscale: #535353. Windows color (decimal): -16490514 or 15621892. OLE color: 15621892.

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

Color convert

RGB 4 95 238 -
CMYK 0.98 0.60 0 0.07
HSL 216.67º 0.97% 0.47% -
HSV(B) 216.67º 0.98% 0.93% -
XYZ 19.57 14.38 82.63 -
YUV 84.09 214.85 70.87 -
System Red Green Blue C M Y K H S L
Decimal 4 95 238 0.98 0.60 0 0.07 216.67 0.97 0.47
Hex 4 5F EE 62 3C 0 7 D9 61 2F
Octal 4 137 356 142 74 0 7 331 141 57
Binary 100 1011111 11101110 1100010 111100 0 111 11011001 1100001 101111

Color Harmonies of #045FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045FEE

Black with #045FEE

Text Example


Text Example

White with #045FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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