#13625E

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

Shades of Blue Stone #13625E

Tints of Blue Stone #13625E

Color information

#13625E (or 0x13625E) is unknown color: approx Blue Stone. HEX triplet: 13, 62 and 5E. RGB value is (19,98,94). Sum of RGB (Red+Green+Blue) = 19+98+94=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #13625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13625E is #EC9DA1. Grayscale: #494949. Windows color (decimal): -15506850 or 6185491. OLE color: 6185491.

HSL color Cylindrical-coordinate representation of color #13625E: hue angle of 176.96º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13625E is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB199894-
CMYK0.8100.040.62
HSL176.96º67.52%22.94%-
HSV(B)176.96º80.61%38.43%-
XYZ6.669.6812.11-
YUV73.92139.3388.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=9.00%
G=46.45%
B=44.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998940.8100.040.62176.9667.5222.94
Hex13625E51043Eb14417
Octal23142136121047626110427
Binary10011110001010111101010001010011111010110001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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