#125357

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

Shades of Blue Stone #125357

Tints of Blue Stone #125357

Color information

#125357 (or 0x125357) is unknown color: approx Blue Stone. HEX triplet: 12, 53 and 57. RGB value is (18,83,87). Sum of RGB (Red+Green+Blue) = 18+83+87=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #125357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125357 is #EDACA8. Grayscale: #3F3F3F. Windows color (decimal): -15576233 or 5722898. OLE color: 5722898.

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

Color convert

RGB188387-
CMYK0.790.0500.66
HSL183.48º65.71%20.59%-
HSV(B)183.48º79.31%34.12%-
XYZ5.06710.1-
YUV64.02140.9795.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=9.57%
G=44.15%
B=46.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1883870.790.0500.66183.4865.7120.59
Hex1253574F5042b74215
Octal221231271175010226710225
Binary100101010011101011110011111010100001010110111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125357; }

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

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

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

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

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

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

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

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