#126268

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

Shades of Blue Stone #126268

Tints of Blue Stone #126268

Color information

#126268 (or 0x126268) is unknown color: approx Blue Stone. HEX triplet: 12, 62 and 68. RGB value is (18,98,104). Sum of RGB (Red+Green+Blue) = 18+98+104=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #126268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126268 is #ED9D97. Grayscale: #4A4A4A. Windows color (decimal): -15572376 or 6840850. OLE color: 6840850.

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

Color convert

RGB1898104-
CMYK0.830.0600.59
HSL184.19º70.49%23.92%-
HSV(B)184.19º82.69%40.78%-
XYZ7.129.8614.63-
YUV74.76144.587.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=8.18%
G=44.55%
B=47.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18981040.830.0600.59184.1970.4923.92
Hex12626853603Bb84618
Octal22142150123607327010630
Binary10010110001011010001010011110011101110111000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126268; }

 p { color: rgb(18,98,104); }

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

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

 a { background-color: rgb(18,98,104); }

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

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

 span { border-color: rgb(18,98,104); }

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