Html Css Color HEX #045EEF Navy Blue

📋 copy color: '#045EEF'

red 4 ◦ green 94 ◦ blue 239

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

Shades of Navy Blue #045EEF

Tints of Navy Blue #045EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.92%

R = 1.19%
G = 27.89%
B = 70.92%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#045EEF (or 0x045EEF) is known color: Navy Blue. HEX triplet: 04, 5E and EF. RGB value is (4,94,239). Sum of RGB (Red+Green+Blue) = 4+94+239=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #045EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045EEF is #FBA110. Grayscale: #525252. Windows color (decimal): -16490769 or 15687172. OLE color: 15687172.

HSL color Cylindrical-coordinate representation of color #045EEF: hue angle of 217.02º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EEF is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 94 239 -
CMYK 0.98 0.61 0 0.06
HSL 217.02º 0.97% 0.48% -
HSV(B) 217.02º 0.98% 0.94% -
XYZ 19.63 14.26 83.38 -
YUV 83.62 215.68 71.21 -
System Red Green Blue C M Y K H S L
Decimal 4 94 239 0.98 0.61 0 0.06 217.02 0.97 0.48
Hex 4 5E EF 62 3D 0 6 D9 61 30
Octal 4 136 357 142 75 0 6 331 141 60
Binary 100 1011110 11101111 1100010 111101 0 110 11011001 1100001 110000

Color Harmonies of #045EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045EEF

Black with #045EEF

Text Example


Text Example

White with #045EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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