#0060D9

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

Shades of Navy Blue #0060D9

Tints of Navy Blue #0060D9

Color information

#0060D9 (or 0x0060D9) is unknown color: approx Navy Blue. HEX triplet: 00, 60 and D9. RGB value is (0,96,217). Sum of RGB (Red+Green+Blue) = 0+96+217=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 96 (37.89% from 255 or 30.67% 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 #0060D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060D9 is #FF9F26. Grayscale: #505050. Windows color (decimal): -16752423 or 14245888. OLE color: 14245888.

HSL color Cylindrical-coordinate representation of color #0060D9: hue angle of 213.46º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060D9 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB096217-
CMYK10.5600.15
HSL213.46º100%42.55%-
HSV(B)213.46º100%85.1%-
XYZ16.7113.3867.35-
YUV81.09204.770.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 217 (85.16% from 255) = 69.33%
R=0%
G=30.67%
B=69.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal09621710.5600.15213.4610042.55
Hex060D964380Fd5642b
Octal01403311447001732514453
Binary0110000011011001110010011100001111110101011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0060D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0060D9; }

 p { color: rgb(0,96,217); }

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

<style>
 a { background-color: #0060D9; }

 a { background-color: rgb(0,96,217); }

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

<style>
 span { border-color: #0060D9; }

 span { border-color: rgb(0,96,217); }

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