Html Css Color HEX #045EF6 Navy Blue

📋 copy color: '#045EF6'

red 4 ◦ green 94 ◦ blue 246

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

Shades of Navy Blue #045EF6

Tints of Navy Blue #045EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 71.51%

R = 1.16%
G = 27.33%
B = 71.51%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#045EF6 (or 0x045EF6) is known color: Navy Blue. HEX triplet: 04, 5E and F6. RGB value is (4,94,246). Sum of RGB (Red+Green+Blue) = 4+94+246=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 246 (96.48% from 255 or 71.51% from 344); Max value from RGB is 246 - color contains mainly: blue. Hex color #045EF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045EF6 is #FBA109. Grayscale: #535353. Windows color (decimal): -16490762 or 16145924. OLE color: 16145924.

HSL color Cylindrical-coordinate representation of color #045EF6: hue angle of 217.69º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EF6 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 4 94 246 -
CMYK 0.98 0.62 0 0.04
HSL 217.69º 0.97% 0.49% -
HSV(B) 217.69º 0.98% 0.96% -
XYZ 20.69 14.69 88.93 -
YUV 84.42 219.18 70.64 -
System Red Green Blue C M Y K H S L
Decimal 4 94 246 0.98 0.62 0 0.04 217.69 0.97 0.49
Hex 4 5E F6 62 3E 0 4 DA 61 31
Octal 4 136 366 142 76 0 4 332 141 61
Binary 100 1011110 11110110 1100010 111110 0 100 11011010 1100001 110001

Color Harmonies of #045EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045EF6

Black with #045EF6

Text Example


Text Example

White with #045EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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