#126467

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

Shades of Blue Stone #126467

Tints of Blue Stone #126467

Color information

#126467 (or 0x126467) is unknown color: approx Blue Stone. HEX triplet: 12, 64 and 67. RGB value is (18,100,103). Sum of RGB (Red+Green+Blue) = 18+100+103=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #126467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126467 is #ED9B98. Grayscale: #4B4B4B. Windows color (decimal): -15571865 or 6775826. OLE color: 6775826.

HSL color Cylindrical-coordinate representation of color #126467: hue angle of 182.12º 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 #126467 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB18100103-
CMYK0.830.0300.60
HSL182.12º70.25%23.73%-
HSV(B)182.12º82.52%40.39%-
XYZ7.2510.2214.42-
YUV75.82143.3386.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 100 (39.45% from 255) = 45.25%
BLUE value IS 103 (40.62% from 255) = 46.61%
R=8.14%
G=45.25%
B=46.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal181001030.830.0300.60182.1270.2523.73
Hex12646753303Cb64618
Octal22144147123307426610630
Binary1001011001001100111101001111011110010110110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126467; }

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

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

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

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

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

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

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

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