#13646E

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

Shades of Blue Stone #13646E

Tints of Blue Stone #13646E

Color information

#13646E (or 0x13646E) is unknown color: approx Blue Stone. HEX triplet: 13, 64 and 6E. RGB value is (19,100,110). Sum of RGB (Red+Green+Blue) = 19+100+110=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #13646E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13646E is #EC9B91. Grayscale: #4C4C4C. Windows color (decimal): -15506322 or 7234579. OLE color: 7234579.

HSL color Cylindrical-coordinate representation of color #13646E: hue angle of 186.59º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13646E is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB19100110-
CMYK0.830.0900.57
HSL186.59º70.54%25.29%-
HSV(B)186.59º82.73%43.14%-
XYZ7.6410.3816.35-
YUV76.92146.6686.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.30%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=8.30%
G=43.67%
B=48.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal191001100.830.0900.57186.5970.5425.29
Hex13646E539039bb4719
Octal231441561231107127310731
Binary100111100100110111010100111001011100110111011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13646E; }

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

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

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

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

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

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

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

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