#126053

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

Shades of Blue Stone #126053

Tints of Blue Stone #126053

Color information

#126053 (or 0x126053) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 53. RGB value is (18,96,83). Sum of RGB (Red+Green+Blue) = 18+96+83=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #126053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126053 is #ED9FAC. Grayscale: #474747. Windows color (decimal): -15572909 or 5464082. OLE color: 5464082.

HSL color Cylindrical-coordinate representation of color #126053: hue angle of 170º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126053 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB189683-
CMYK0.8100.140.62
HSL170º68.42%22.35%-
HSV(B)170º81.25%37.65%-
XYZ5.999.129.63-
YUV71.2134.6690.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=9.14%
G=48.73%
B=42.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896830.8100.140.6217068.4222.35
Hex126053510E3Eaa4416
Octal221401231210167625210426
Binary100101100000101001110100010111011111010101010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126053; }

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

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

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

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

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

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

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

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