#0060b2

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

Shades of Denim #0060B2

Tints of Denim #0060B2

Color information

#0060B2 (or 0x0060B2) is unknown color: approx Denim. HEX triplet: 00, 60 and B2. RGB value is (0,96,178). Sum of RGB (Red+Green+Blue) = 0+96+178=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 178 (69.92% from 255 or 64.96% from 274); Max value from RGB is 178 - color contains mainly: blue. Hex color #0060B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0060B2 is #FF9F4D. Grayscale: #4C4C4C. Windows color (decimal): -16752462 or 11689984. OLE color: 11689984.

HSL color Cylindrical-coordinate representation of color #0060B2: hue angle of 207.64º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060B2 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB096178-
CMYK10.4600.30
HSL207.64º100%34.9%-
HSV(B)207.64º100%69.8%-
XYZ12.2211.5843.71-
YUV76.64185.273.33-

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) = 35.04%
BLUE value IS 178 (69.92% from 255) = 64.96%
R=0%
G=35.04%
B=64.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal09617810.4600.30207.6410034.9
Hex060B2642E01Ed06423
Octal01402621445603632014443
Binary01100000101100101100100101110011110110100001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0060b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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