#12575D

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

Shades of Blue Stone #12575D

Tints of Blue Stone #12575D

Color information

#12575D (or 0x12575D) is unknown color: approx Blue Stone. HEX triplet: 12, 57 and 5D. RGB value is (18,87,93). Sum of RGB (Red+Green+Blue) = 18+87+93=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #12575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12575D is #EDA8A2. Grayscale: #424242. Windows color (decimal): -15575203 or 6117138. OLE color: 6117138.

HSL color Cylindrical-coordinate representation of color #12575D: hue angle of 184.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12575D is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB188793-
CMYK0.810.0600.64
HSL184.8º67.57%21.76%-
HSV(B)184.8º80.65%36.47%-
XYZ5.637.7411.55-
YUV67.05142.6493.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 87 (34.38% from 255) = 43.94%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=9.09%
G=43.94%
B=46.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1887930.810.0600.64184.867.5721.76
Hex12575D516040b94416
Octal221271351216010027110426
Binary100101010111101110110100011100100000010111001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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