#126569

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

Shades of Blue Stone #126569

Tints of Blue Stone #126569

Color information

#126569 (or 0x126569) is unknown color: approx Blue Stone. HEX triplet: 12, 65 and 69. RGB value is (18,101,105). Sum of RGB (Red+Green+Blue) = 18+101+105=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #126569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126569 is #ED9A96. Grayscale: #4C4C4C. Windows color (decimal): -15571607 or 6907154. OLE color: 6907154.

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

Color convert

RGB18101105-
CMYK0.830.0400.59
HSL182.76º70.73%24.12%-
HSV(B)182.76º82.86%41.18%-
XYZ7.4510.4614.99-
YUV76.6414486.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=8.04%
G=45.09%
B=46.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal181011050.830.0400.59182.7670.7324.12
Hex12656953403Bb74718
Octal22145151123407326710730
Binary10010110010111010011010011100011101110110111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126569; }

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

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

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

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

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

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

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

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