#126870

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

Shades of Blue Stone #126870

Tints of Blue Stone #126870

Color information

#126870 (or 0x126870) is unknown color: approx Blue Stone. HEX triplet: 12, 68 and 70. RGB value is (18,104,112). Sum of RGB (Red+Green+Blue) = 18+104+112=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #126870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126870 is #ED978F. Grayscale: #4F4F4F. Windows color (decimal): -15570832 or 7366674. OLE color: 7366674.

HSL color Cylindrical-coordinate representation of color #126870: hue angle of 185.11º 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 #126870 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB18104112-
CMYK0.840.0700.56
HSL185.11º72.31%25.49%-
HSV(B)185.11º83.93%43.92%-
XYZ8.1211.217.06-
YUV79.2146.5184.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=7.69%
G=44.44%
B=47.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181041120.840.0700.56185.1172.3125.49
Hex126870547038b94819
Octal22150160124707027111031
Binary10010110100011100001010100111011100010111001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126870; }

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

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

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

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

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

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

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

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