#12605D

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

Shades of Blue Stone #12605D

Tints of Blue Stone #12605D

Color information

#12605D (or 0x12605D) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 5D. RGB value is (18,96,93). Sum of RGB (Red+Green+Blue) = 18+96+93=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #12605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12605D is #ED9FA2. Grayscale: #484848. Windows color (decimal): -15572899 or 6119442. OLE color: 6119442.

HSL color Cylindrical-coordinate representation of color #12605D: hue angle of 177.69º 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 #12605D is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB189693-
CMYK0.8100.030.62
HSL177.69º68.42%22.35%-
HSV(B)177.69º81.25%37.65%-
XYZ6.419.2811.81-
YUV72.34139.6689.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=8.70%
G=46.38%
B=44.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896930.8100.030.62177.6968.4222.35
Hex12605D51033Eb24416
Octal22140135121037626210426
Binary1001011000001011101101000101111111010110010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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