#126469

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

Shades of Blue Stone #126469

Tints of Blue Stone #126469

Color information

#126469 (or 0x126469) is unknown color: approx Blue Stone. HEX triplet: 12, 64 and 69. RGB value is (18,100,105). Sum of RGB (Red+Green+Blue) = 18+100+105=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #126469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126469 is #ED9B96. Grayscale: #4B4B4B. Windows color (decimal): -15571863 or 6906898. OLE color: 6906898.

HSL color Cylindrical-coordinate representation of color #126469: hue angle of 183.45º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126469 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB18100105-
CMYK0.830.0500.59
HSL183.45º70.73%24.12%-
HSV(B)183.45º82.86%41.18%-
XYZ7.3610.2614.96-
YUV76.05144.3386.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=8.07%
G=44.84%
B=47.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal181001050.830.0500.59183.4570.7324.12
Hex12646953503Bb74718
Octal22144151123507326710730
Binary10010110010011010011010011101011101110110111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126469; }

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

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

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

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

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

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

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

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