#126769

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

Shades of Blue Stone #126769

Tints of Blue Stone #126769

Color information

#126769 (or 0x126769) is unknown color: approx Blue Stone. HEX triplet: 12, 67 and 69. RGB value is (18,103,105). Sum of RGB (Red+Green+Blue) = 18+103+105=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #126769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126769 is #ED9896. Grayscale: #4D4D4D. Windows color (decimal): -15571095 or 6907666. OLE color: 6907666.

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

Color convert

RGB18103105-
CMYK0.830.0200.59
HSL181.38º70.73%24.12%-
HSV(B)181.38º82.86%41.18%-
XYZ7.6510.8515.06-
YUV77.81143.3485.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=7.96%
G=45.58%
B=46.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal181031050.830.0200.59181.3870.7324.12
Hex12676953203Bb54718
Octal22147151123207326510730
Binary1001011001111101001101001110011101110110101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126769; }

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

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

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

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

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

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

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

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