#12605C

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

Shades of Blue Stone #12605C

Tints of Blue Stone #12605C

Color information

#12605C (or 0x12605C) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 5C. RGB value is (18,96,92). Sum of RGB (Red+Green+Blue) = 18+96+92=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #12605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12605C is #ED9FA3. Grayscale: #484848. Windows color (decimal): -15572900 or 6053906. OLE color: 6053906.

HSL color Cylindrical-coordinate representation of color #12605C: hue angle of 176.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12605C is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB189692-
CMYK0.8100.040.62
HSL176.92º68.42%22.35%-
HSV(B)176.92º81.25%37.65%-
XYZ6.369.2711.58-
YUV72.22139.1689.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=8.74%
G=46.60%
B=44.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896920.8100.040.62176.9268.4222.35
Hex12605C51043Eb14416
Octal22140134121047626110426
Binary10010110000010111001010001010011111010110001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12605C; }

 p { color: rgb(18,96,92); }

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

<style>
 a { background-color: #12605C; }

 a { background-color: rgb(18,96,92); }

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

<style>
 span { border-color: #12605C; }

 span { border-color: rgb(18,96,92); }

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