#12575A

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

Shades of Blue Stone #12575A

Tints of Blue Stone #12575A

Color information

#12575A (or 0x12575A) is unknown color: approx Blue Stone. HEX triplet: 12, 57 and 5A. RGB value is (18,87,90). Sum of RGB (Red+Green+Blue) = 18+87+90=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #12575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12575A is #EDA8A5. Grayscale: #424242. Windows color (decimal): -15575206 or 5920530. OLE color: 5920530.

HSL color Cylindrical-coordinate representation of color #12575A: hue angle of 182.5º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12575A is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB188790-
CMYK0.800.0300.65
HSL182.5º66.67%21.18%-
HSV(B)182.5º80%35.29%-
XYZ5.57.6810.87-
YUV66.71141.1493.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 87 (34.38% from 255) = 44.62%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=9.23%
G=44.62%
B=46.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1887900.800.0300.65182.566.6721.18
Hex12575A503041b64315
Octal221271321203010126610325
Binary10010101011110110101010000110100000110110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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