#0C6459

Color #0C6459 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0C6459

Tints of Blue Stone #0C6459

Color information

#0C6459 (or 0x0C6459) is unknown color: approx Blue Stone. HEX triplet: 0C, 64 and 59. RGB value is (12,100,89). Sum of RGB (Red+Green+Blue) = 12+100+89=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6459 is #F39BA6. Grayscale: #484848. Windows color (decimal): -15965095 or 5858316. OLE color: 5858316.

HSL color Cylindrical-coordinate representation of color #0C6459: hue angle of 172.5º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6459 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB1210089-
CMYK0.8800.110.61
HSL172.5º78.57%21.96%-
HSV(B)172.5º88%39.22%-
XYZ6.519.9111.02-
YUV72.43137.3584.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.97%
GREEN value IS 100 (39.45% from 255) = 49.75%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=5.97%
G=49.75%
B=44.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal12100890.8800.110.61172.578.5721.96
HexC6459580B3Dac4f16
Octal141441311300137525411726
Binary11001100100101100110110000101111110110101100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6459; }

 p { color: rgb(12,100,89); }

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

<style>
 a { background-color: #0C6459; }

 a { background-color: rgb(12,100,89); }

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

<style>
 span { border-color: #0C6459; }

 span { border-color: rgb(12,100,89); }

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