#125356

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

Shades of Blue Stone #125356

Tints of Blue Stone #125356

Color information

#125356 (or 0x125356) is unknown color: approx Blue Stone. HEX triplet: 12, 53 and 56. RGB value is (18,83,86). Sum of RGB (Red+Green+Blue) = 18+83+86=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #125356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125356 is #EDACA9. Grayscale: #3F3F3F. Windows color (decimal): -15576234 or 5657362. OLE color: 5657362.

HSL color Cylindrical-coordinate representation of color #125356: hue angle of 182.65º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125356 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB188386-
CMYK0.790.0300.66
HSL182.65º65.38%20.39%-
HSV(B)182.65º79.07%33.73%-
XYZ5.026.999.89-
YUV63.91140.4795.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=9.63%
G=44.39%
B=45.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1883860.790.0300.66182.6565.3820.39
Hex1253564F3042b74114
Octal221231261173010226710124
Binary10010101001110101101001111110100001010110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125356; }

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

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

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

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

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

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

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

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