#136468

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

Shades of Blue Stone #136468

Tints of Blue Stone #136468

Color information

#136468 (or 0x136468) is unknown color: approx Blue Stone. HEX triplet: 13, 64 and 68. RGB value is (19,100,104). Sum of RGB (Red+Green+Blue) = 19+100+104=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #136468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136468 is #EC9B97. Grayscale: #4C4C4C. Windows color (decimal): -15506328 or 6841363. OLE color: 6841363.

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

Color convert

RGB19100104-
CMYK0.820.0400.59
HSL182.82º69.11%24.12%-
HSV(B)182.82º81.73%40.78%-
XYZ7.3210.2514.69-
YUV76.24143.6687.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=8.52%
G=44.84%
B=46.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal191001040.820.0400.59182.8269.1124.12
Hex13646852403Bb74518
Octal23144150122407326710530
Binary10011110010011010001010010100011101110110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136468; }

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

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

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

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

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

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

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

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