#0060C0

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

Shades of Navy Blue #0060C0

Tints of Navy Blue #0060C0

Color information

#0060C0 (or 0x0060C0) is unknown color: approx Navy Blue. HEX triplet: 00, 60 and C0. RGB value is (0,96,192). Sum of RGB (Red+Green+Blue) = 0+96+192=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #0060C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060C0 is #FF9F3F. Grayscale: #4D4D4D. Windows color (decimal): -16752448 or 12607488. OLE color: 12607488.

HSL color Cylindrical-coordinate representation of color #0060C0: hue angle of 210º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060C0 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB096192-
CMYK10.5000.25
HSL210º100%37.65%-
HSV(B)210º100%75.29%-
XYZ13.712.1751.5-
YUV78.24192.272.19-

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) = 33.33%
BLUE value IS 192 (75.39% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal09619210.5000.2521010037.65
Hex060C06432019d26426
Octal01403001446203132214446
Binary01100000110000001100100110010011001110100101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0060C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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