#126258

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

Shades of Blue Stone #126258

Tints of Blue Stone #126258

Color information

#126258 (or 0x126258) is unknown color: approx Blue Stone. HEX triplet: 12, 62 and 58. RGB value is (18,98,88). Sum of RGB (Red+Green+Blue) = 18+98+88=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #126258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126258 is #ED9DA7. Grayscale: #484848. Windows color (decimal): -15572392 or 5792274. OLE color: 5792274.

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

Color convert

RGB189888-
CMYK0.8200.100.62
HSL172.5º68.97%22.75%-
HSV(B)172.5º81.63%38.43%-
XYZ6.389.5710.74-
YUV72.94136.588.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=8.82%
G=48.04%
B=43.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898880.8200.100.62172.568.9722.75
Hex126258520A3Eac4517
Octal221421301220127625410527
Binary100101100010101100010100100101011111010101100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126258; }

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

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

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

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

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

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

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

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