#13665D

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

Shades of Blue Stone #13665D

Tints of Blue Stone #13665D

Color information

#13665D (or 0x13665D) is unknown color: approx Blue Stone. HEX triplet: 13, 66 and 5D. RGB value is (19,102,93). Sum of RGB (Red+Green+Blue) = 19+102+93=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #13665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13665D is #EC99A2. Grayscale: #4C4C4C. Windows color (decimal): -15505827 or 6120979. OLE color: 6120979.

HSL color Cylindrical-coordinate representation of color #13665D: hue angle of 173.49º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13665D is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1910293-
CMYK0.8100.090.6
HSL173.49º68.6%23.73%-
HSV(B)173.49º81.37%40%-
XYZ710.4312-
YUV76.16137.587.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 102 (40.23% from 255) = 47.66%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=8.88%
G=47.66%
B=43.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102930.8100.090.6173.4968.623.73
Hex13665D51093Cad4518
Octal231461351210117425510530
Binary100111100110101110110100010100111110010101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13665D; }

 p { color: rgb(19,102,93); }

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

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

 a { background-color: rgb(19,102,93); }

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

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

 span { border-color: rgb(19,102,93); }

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