#125659

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

Shades of Blue Stone #125659

Tints of Blue Stone #125659

Color information

#125659 (or 0x125659) is unknown color: approx Blue Stone. HEX triplet: 12, 56 and 59. RGB value is (18,86,89). Sum of RGB (Red+Green+Blue) = 18+86+89=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #125659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125659 is #EDA9A6. Grayscale: #414141. Windows color (decimal): -15575463 or 5854738. OLE color: 5854738.

HSL color Cylindrical-coordinate representation of color #125659: hue angle of 182.54º degrees, saturation: 0.66, 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 #125659 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB188689-
CMYK0.800.0300.65
HSL182.54º66.36%20.98%-
HSV(B)182.54º79.78%34.9%-
XYZ5.387.5110.62-
YUV66.01140.9793.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 86 (33.98% from 255) = 44.56%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=9.33%
G=44.56%
B=46.11%

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
Decimal1886890.800.0300.65182.5466.3620.98
Hex125659503041b74215
Octal221261311203010126710225
Binary10010101011010110011010000110100000110110111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125659; }

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

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

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

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

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

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

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

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