#126358

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

Shades of Blue Stone #126358

Tints of Blue Stone #126358

Color information

#126358 (or 0x126358) is unknown color: approx Blue Stone. HEX triplet: 12, 63 and 58. RGB value is (18,99,88). Sum of RGB (Red+Green+Blue) = 18+99+88=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #126358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126358 is #ED9CA7. Grayscale: #494949. Windows color (decimal): -15572136 or 5792530. OLE color: 5792530.

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

Color convert

RGB189988-
CMYK0.8200.110.61
HSL171.85º69.23%22.94%-
HSV(B)171.85º81.82%38.82%-
XYZ6.479.7610.77-
YUV73.53136.1688.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=8.78%
G=48.29%
B=42.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899880.8200.110.61171.8569.2322.94
Hex126358520B3Dac4517
Octal221431301220137525410527
Binary100101100011101100010100100101111110110101100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126358; }

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

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

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

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

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

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

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

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