#126058

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

Shades of Blue Stone #126058

Tints of Blue Stone #126058

Color information

#126058 (or 0x126058) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 58. RGB value is (18,96,88). Sum of RGB (Red+Green+Blue) = 18+96+88=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #126058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126058 is #ED9FA7. Grayscale: #474747. Windows color (decimal): -15572904 or 5791762. OLE color: 5791762.

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

Color convert

RGB189688-
CMYK0.8100.080.62
HSL173.85º68.42%22.35%-
HSV(B)173.85º81.25%37.65%-
XYZ6.199.210.68-
YUV71.77137.1689.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=8.91%
G=47.52%
B=43.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896880.8100.080.62173.8568.4222.35
Hex12605851083Eae4416
Octal221401301210107625610426
Binary100101100000101100010100010100011111010101110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126058; }

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

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

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

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

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

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

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

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