#045CD9

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

Shades of Navy Blue #045CD9

Tints of Navy Blue #045CD9

Color information

#045CD9 (or 0x045CD9) is unknown color: approx Navy Blue. HEX triplet: 04, 5C and D9. RGB value is (4,92,217). Sum of RGB (Red+Green+Blue) = 4+92+217=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 217 (85.16% from 255 or 69.33% from 313); Max value from RGB is 217 - color contains mainly: blue. Hex color #045CD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CD9 is #FBA326. Grayscale: #4F4F4F. Windows color (decimal): -16491303 or 14244868. OLE color: 14244868.

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

Color convert

RGB492217-
CMYK0.980.5800.15
HSL215.21º96.38%43.33%-
HSV(B)215.21º98.16%85.1%-
XYZ16.412.6967.23-
YUV79.94205.3573.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.28%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 217 (85.16% from 255) = 69.33%
R=1.28%
G=29.39%
B=69.33%

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
Decimal4922170.980.5800.15215.2196.3843.33
Hex45CD9623A0Fd7602b
Octal41343311427201732714053
Binary100101110011011001110001011101001111110101111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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