#125953

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

Shades of Blue Stone #125953

Tints of Blue Stone #125953

Color information

#125953 (or 0x125953) is unknown color: approx Blue Stone. HEX triplet: 12, 59 and 53. RGB value is (18,89,83). Sum of RGB (Red+Green+Blue) = 18+89+83=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #125953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125953 is #EDA6AC. Grayscale: #434343. Windows color (decimal): -15574701 or 5462290. OLE color: 5462290.

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

Color convert

RGB188983-
CMYK0.8000.070.65
HSL174.93º66.36%20.98%-
HSV(B)174.93º79.78%34.9%-
XYZ5.387.99.42-
YUV67.09136.9892.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 89 (35.16% from 255) = 46.84%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=9.47%
G=46.84%
B=43.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889830.8000.070.65174.9366.3620.98
Hex125953500741af4215
Octal221311231200710125710225
Binary100101011001101001110100000111100000110101111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125953; }

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

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

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

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

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

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

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

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