#12585A

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

Shades of Blue Stone #12585A

Tints of Blue Stone #12585A

Color information

#12585A (or 0x12585A) is unknown color: approx Blue Stone. HEX triplet: 12, 58 and 5A. RGB value is (18,88,90). Sum of RGB (Red+Green+Blue) = 18+88+90=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #12585A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12585A is #EDA7A5. Grayscale: #434343. Windows color (decimal): -15574950 or 5920786. OLE color: 5920786.

HSL color Cylindrical-coordinate representation of color #12585A: hue angle of 181.67º 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 #12585A is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB188890-
CMYK0.800.0200.65
HSL181.67º66.67%21.18%-
HSV(B)181.67º80%35.29%-
XYZ5.587.8510.89-
YUV67.3140.8192.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 88 (34.77% from 255) = 44.90%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=9.18%
G=44.90%
B=45.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888900.800.0200.65181.6766.6721.18
Hex12585A502041b64315
Octal221301321202010126610325
Binary10010101100010110101010000100100000110110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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