#12605E

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

Shades of Blue Stone #12605E

Tints of Blue Stone #12605E

Color information

#12605E (or 0x12605E) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 5E. RGB value is (18,96,94). Sum of RGB (Red+Green+Blue) = 18+96+94=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #12605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12605E is #ED9FA1. Grayscale: #484848. Windows color (decimal): -15572898 or 6184978. OLE color: 6184978.

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

Color convert

RGB189694-
CMYK0.8100.020.62
HSL178.46º68.42%22.35%-
HSV(B)178.46º81.25%37.65%-
XYZ6.459.312.05-
YUV72.45140.1689.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=8.65%
G=46.15%
B=45.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896940.8100.020.62178.4668.4222.35
Hex12605E51023Eb24416
Octal22140136121027626210426
Binary1001011000001011110101000101011111010110010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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