#126253

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

Shades of Blue Stone #126253

Tints of Blue Stone #126253

Color information

#126253 (or 0x126253) is unknown color: approx Blue Stone. HEX triplet: 12, 62 and 53. RGB value is (18,98,83). Sum of RGB (Red+Green+Blue) = 18+98+83=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #126253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126253 is #ED9DAC. Grayscale: #484848. Windows color (decimal): -15572397 or 5464594. OLE color: 5464594.

HSL color Cylindrical-coordinate representation of color #126253: hue angle of 168.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126253 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB189883-
CMYK0.8200.150.62
HSL168.75º68.97%22.75%-
HSV(B)168.75º81.63%38.43%-
XYZ6.189.499.69-
YUV72.3713489.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=9.05%
G=49.25%
B=41.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898830.8200.150.62168.7568.9722.75
Hex126253520F3Ea94517
Octal221421231220177625110527
Binary100101100010101001110100100111111111010101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126253; }

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

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

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

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

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

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

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

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