#12595A

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

Shades of Blue Stone #12595A

Tints of Blue Stone #12595A

Color information

#12595A (or 0x12595A) is unknown color: approx Blue Stone. HEX triplet: 12, 59 and 5A. RGB value is (18,89,90). Sum of RGB (Red+Green+Blue) = 18+89+90=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #12595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12595A is #EDA6A5. Grayscale: #434343. Windows color (decimal): -15574694 or 5921042. OLE color: 5921042.

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

Color convert

RGB188990-
CMYK0.800.0100.65
HSL180.83º66.67%21.18%-
HSV(B)180.83º80%35.29%-
XYZ5.678.0110.92-
YUV67.88140.4892.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 89 (35.16% from 255) = 45.18%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=9.14%
G=45.18%
B=45.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889900.800.0100.65180.8366.6721.18
Hex12595A501041b54315
Octal221311321201010126510325
Binary1001010110011011010101000010100000110110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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