#125952

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

Shades of Blue Stone #125952

Tints of Blue Stone #125952

Color information

#125952 (or 0x125952) is unknown color: approx Blue Stone. HEX triplet: 12, 59 and 52. RGB value is (18,89,82). Sum of RGB (Red+Green+Blue) = 18+89+82=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #125952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125952 is #EDA6AD. Grayscale: #424242. Windows color (decimal): -15574702 or 5396754. OLE color: 5396754.

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

Color convert

RGB188982-
CMYK0.8000.080.65
HSL174.08º66.36%20.98%-
HSV(B)174.08º79.78%34.9%-
XYZ5.347.889.22-
YUV66.97136.4893.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 89 (35.16% from 255) = 47.09%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=9.52%
G=47.09%
B=43.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889820.8000.080.65174.0866.3620.98
Hex125952500841ae4215
Octal2213112212001010125610225
Binary1001010110011010010101000001000100000110101110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125952; }

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

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

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

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

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

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

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

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