#045DF2

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

Shades of Navy Blue #045DF2

Tints of Navy Blue #045DF2

Color information

#045DF2 (or 0x045DF2) is unknown color: approx Navy Blue. HEX triplet: 04, 5D and F2. RGB value is (4,93,242). Sum of RGB (Red+Green+Blue) = 4+93+242=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #045DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045DF2 is #FBA20D. Grayscale: #525252. Windows color (decimal): -16491022 or 15883524. OLE color: 15883524.

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

Color convert

RGB493242-
CMYK0.980.6200.05
HSL217.56º96.75%48.24%-
HSV(B)217.56º98.35%94.9%-
XYZ19.9914.2785.7-
YUV83.38217.5171.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.18%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 242 (94.92% from 255) = 71.39%
R=1.18%
G=27.43%
B=71.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4932420.980.6200.05217.5696.7548.24
Hex45DF2623E05da6130
Octal4135362142760533214160
Binary10010111011111001011000101111100101110110101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,93,242); }

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

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

 a { background-color: rgb(4,93,242); }

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

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

 span { border-color: rgb(4,93,242); }

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