#125753

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

Shades of Blue Stone #125753

Tints of Blue Stone #125753

Color information

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

HSL color Cylindrical-coordinate representation of color #125753: hue angle of 176.52º 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 #125753 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB188783-
CMYK0.7900.050.66
HSL176.52º65.71%20.59%-
HSV(B)176.52º79.31%34.12%-
XYZ5.227.579.37-
YUV65.91137.6493.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887830.7900.050.66176.5265.7120.59
Hex1257534F0542b14215
Octal221271231170510226110225
Binary100101010111101001110011110101100001010110001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125753; }

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

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

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

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

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

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

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

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