#0C665E

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

Shades of Blue Stone #0C665E

Tints of Blue Stone #0C665E

Color information

#0C665E (or 0x0C665E) is unknown color: approx Blue Stone. HEX triplet: 0C, 66 and 5E. RGB value is (12,102,94). Sum of RGB (Red+Green+Blue) = 12+102+94=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #0C665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C665E is #F399A1. Grayscale: #4A4A4A. Windows color (decimal): -15964578 or 6186508. OLE color: 6186508.

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

Color convert

RGB1210294-
CMYK0.8800.080.6
HSL174.67º78.95%22.35%-
HSV(B)174.67º88.24%40%-
XYZ6.9210.3912.23-
YUV74.18139.1883.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.77%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=5.77%
G=49.04%
B=45.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12102940.8800.080.6174.6778.9522.35
HexC665E58083Caf4f16
Octal141461361300107425711726
Binary11001100110101111010110000100011110010101111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,102,94); }

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

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

 a { background-color: rgb(12,102,94); }

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

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

 span { border-color: rgb(12,102,94); }

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