#0060C9

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

Shades of Navy Blue #0060C9

Tints of Navy Blue #0060C9

Color information

#0060C9 (or 0x0060C9) is unknown color: approx Navy Blue. HEX triplet: 00, 60 and C9. RGB value is (0,96,201). Sum of RGB (Red+Green+Blue) = 0+96+201=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 201 (78.91% from 255 or 67.68% from 297); Max value from RGB is 201 - color contains mainly: blue. Hex color #0060C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060C9 is #FF9F36. Grayscale: #4E4E4E. Windows color (decimal): -16752439 or 13197312. OLE color: 13197312.

HSL color Cylindrical-coordinate representation of color #0060C9: hue angle of 211.34º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060C9 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB096201-
CMYK10.5200.21
HSL211.34º100%39.41%-
HSV(B)211.34º100%78.82%-
XYZ14.7312.5856.91-
YUV79.27196.771.46-

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) = 32.32%
BLUE value IS 201 (78.91% from 255) = 67.68%
R=0%
G=32.32%
B=67.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal09620110.5200.21211.3410039.41
Hex060C96434015d36427
Octal01403111446402532314447
Binary01100000110010011100100110100010101110100111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0060C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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