#126970

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

Shades of Blue Stone #126970

Tints of Blue Stone #126970

Color information

#126970 (or 0x126970) is unknown color: approx Blue Stone. HEX triplet: 12, 69 and 70. RGB value is (18,105,112). Sum of RGB (Red+Green+Blue) = 18+105+112=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #126970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126970 is #ED968F. Grayscale: #4F4F4F. Windows color (decimal): -15570576 or 7366930. OLE color: 7366930.

HSL color Cylindrical-coordinate representation of color #126970: hue angle of 184.47º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126970 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB18105112-
CMYK0.840.0600.56
HSL184.47º72.31%25.49%-
HSV(B)184.47º83.93%43.92%-
XYZ8.2311.417.1-
YUV79.78146.1883.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=7.66%
G=44.68%
B=47.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181051120.840.0600.56184.4772.3125.49
Hex126970546038b84819
Octal22151160124607027011031
Binary10010110100111100001010100110011100010111000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126970; }

 p { color: rgb(18,105,112); }

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

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

 a { background-color: rgb(18,105,112); }

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

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

 span { border-color: rgb(18,105,112); }

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