#045BD9

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

Shades of Navy Blue #045BD9

Tints of Navy Blue #045BD9

Color information

#045BD9 (or 0x045BD9) is unknown color: approx Navy Blue. HEX triplet: 04, 5B and D9. RGB value is (4,91,217). Sum of RGB (Red+Green+Blue) = 4+91+217=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 217 (85.16% from 255 or 69.55% from 312); Max value from RGB is 217 - color contains mainly: blue. Hex color #045BD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BD9 is #FBA426. Grayscale: #4E4E4E. Windows color (decimal): -16491559 or 14244612. OLE color: 14244612.

HSL color Cylindrical-coordinate representation of color #045BD9: hue angle of 215.49º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045BD9 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB491217-
CMYK0.980.5800.15
HSL215.49º96.38%43.33%-
HSV(B)215.49º98.16%85.1%-
XYZ16.3212.5267.2-
YUV79.35205.6874.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.28%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 217 (85.16% from 255) = 69.55%
R=1.28%
G=29.17%
B=69.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal4912170.980.5800.15215.4996.3843.33
Hex45BD9623A0Fd7602b
Octal41333311427201732714053
Binary100101101111011001110001011101001111110101111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,91,217); }

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

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

 a { background-color: rgb(4,91,217); }

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

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

 span { border-color: rgb(4,91,217); }

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