#126052

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

Shades of Blue Stone #126052

Tints of Blue Stone #126052

Color information

#126052 (or 0x126052) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 52. RGB value is (18,96,82). Sum of RGB (Red+Green+Blue) = 18+96+82=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #126052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126052 is #ED9FAD. Grayscale: #474747. Windows color (decimal): -15572910 or 5398546. OLE color: 5398546.

HSL color Cylindrical-coordinate representation of color #126052: hue angle of 169.23º 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 #126052 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB189682-
CMYK0.8100.150.62
HSL169.23º68.42%22.35%-
HSV(B)169.23º81.25%37.65%-
XYZ5.969.19.43-
YUV71.08134.1690.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=9.18%
G=48.98%
B=41.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896820.8100.150.62169.2368.4222.35
Hex126052510F3Ea94416
Octal221401221210177625110426
Binary100101100000101001010100010111111111010101001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126052; }

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

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

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

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

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

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

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

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