#0060C1

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

Shades of Navy Blue #0060C1

Tints of Navy Blue #0060C1

Color information

#0060C1 (or 0x0060C1) is unknown color: approx Navy Blue. HEX triplet: 00, 60 and C1. RGB value is (0,96,193). Sum of RGB (Red+Green+Blue) = 0+96+193=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #0060C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060C1 is #FF9F3E. Grayscale: #4D4D4D. Windows color (decimal): -16752447 or 12673024. OLE color: 12673024.

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

Color convert

RGB096193-
CMYK10.5000.24
HSL210.16º100%37.84%-
HSV(B)210.16º100%75.69%-
XYZ13.8112.2252.08-
YUV78.35192.772.11-

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.22%
BLUE value IS 193 (75.78% from 255) = 66.78%
R=0%
G=33.22%
B=66.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal09619310.5000.24210.1610037.84
Hex060C16432018d26426
Octal01403011446203032214446
Binary01100000110000011100100110010011000110100101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0060C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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