#136268

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

Shades of Blue Stone #136268

Tints of Blue Stone #136268

Color information

#136268 (or 0x136268) is unknown color: approx Blue Stone. HEX triplet: 13, 62 and 68. RGB value is (19,98,104). Sum of RGB (Red+Green+Blue) = 19+98+104=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #136268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136268 is #EC9D97. Grayscale: #4A4A4A. Windows color (decimal): -15506840 or 6840851. OLE color: 6840851.

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

Color convert

RGB1998104-
CMYK0.820.0600.59
HSL184.24º69.11%24.12%-
HSV(B)184.24º81.73%40.78%-
XYZ7.139.8714.63-
YUV75.06144.3388.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=8.60%
G=44.34%
B=47.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19981040.820.0600.59184.2469.1124.12
Hex13626852603Bb84518
Octal23142150122607327010530
Binary10011110001011010001010010110011101110111000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136268; }

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

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

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

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

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

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

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

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