Html Css Color HEX #045EEE Navy Blue

📋 copy color: '#045EEE'

red 4 ◦ green 94 ◦ blue 238

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

Shades of Navy Blue #045EEE

Tints of Navy Blue #045EEE

RGB

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

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

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

R = 1.19%
G = 27.98%
B = 70.83%

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

#045EEE (or 0x045EEE) is known color: Navy Blue. HEX triplet: 04, 5E and EE. RGB value is (4,94,238). Sum of RGB (Red+Green+Blue) = 4+94+238=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #045EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045EEE is #FBA111. Grayscale: #525252. Windows color (decimal): -16490770 or 15621636. OLE color: 15621636.

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

Color convert

RGB 4 94 238 -
CMYK 0.98 0.61 0 0.07
HSL 216.92º 0.97% 0.47% -
HSV(B) 216.92º 0.98% 0.93% -
XYZ 19.49 14.2 82.6 -
YUV 83.51 215.18 71.29 -
System Red Green Blue C M Y K H S L
Decimal 4 94 238 0.98 0.61 0 0.07 216.92 0.97 0.47
Hex 4 5E EE 62 3D 0 7 D9 61 2F
Octal 4 136 356 142 75 0 7 331 141 57
Binary 100 1011110 11101110 1100010 111101 0 111 11011001 1100001 101111

Color Harmonies of #045EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045EEE

Black with #045EEE

Text Example


Text Example

White with #045EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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