#126067

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

Shades of Blue Stone #126067

Tints of Blue Stone #126067

Color information

#126067 (or 0x126067) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 67. RGB value is (18,96,103). Sum of RGB (Red+Green+Blue) = 18+96+103=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #126067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126067 is #ED9F98. Grayscale: #494949. Windows color (decimal): -15572889 or 6774802. OLE color: 6774802.

HSL color Cylindrical-coordinate representation of color #126067: hue angle of 184.94º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126067 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1896103-
CMYK0.830.0700.60
HSL184.94º70.25%23.73%-
HSV(B)184.94º82.52%40.39%-
XYZ6.889.4714.3-
YUV73.48144.6688.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 103 (40.62% from 255) = 47.47%
R=8.29%
G=44.24%
B=47.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18961030.830.0700.60184.9470.2523.73
Hex12606753703Cb94618
Octal22140147123707427110630
Binary10010110000011001111010011111011110010111001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126067; }

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

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

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

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

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

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

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

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