#045CF6

Color #045CF6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #045CF6

Tints of Navy Blue #045CF6

Color information

#045CF6 (or 0x045CF6) is unknown color: approx Navy Blue. HEX triplet: 04, 5C and F6. RGB value is (4,92,246). Sum of RGB (Red+Green+Blue) = 4+92+246=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 246 (96.48% from 255 or 71.93% from 342); Max value from RGB is 246 - color contains mainly: blue. Hex color #045CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CF6 is #FBA309. Grayscale: #525252. Windows color (decimal): -16491274 or 16145412. OLE color: 16145412.

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

Color convert

RGB492246-
CMYK0.980.6300.04
HSL218.18º96.8%49.02%-
HSV(B)218.18º98.37%96.47%-
XYZ20.5114.3388.87-
YUV83.24219.8571.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.17%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 246 (96.48% from 255) = 71.93%
R=1.17%
G=26.90%
B=71.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal4922460.980.6300.04218.1896.849.02
Hex45CF6623F04da6131
Octal4134366142770433214161
Binary10010111001111011011000101111110100110110101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #045CF6;
 }
 .AnyTagClassName
 {
   color: #045CF6;
 }
</style>
background-color css

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

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

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

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

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

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