#13665E

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

Shades of Blue Stone #13665E

Tints of Blue Stone #13665E

Color information

#13665E (or 0x13665E) is unknown color: approx Blue Stone. HEX triplet: 13, 66 and 5E. RGB value is (19,102,94). Sum of RGB (Red+Green+Blue) = 19+102+94=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #13665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13665E is #EC99A1. Grayscale: #4C4C4C. Windows color (decimal): -15505826 or 6186515. OLE color: 6186515.

HSL color Cylindrical-coordinate representation of color #13665E: hue angle of 174.22º 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 #13665E is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB1910294-
CMYK0.8100.080.6
HSL174.22º68.6%23.73%-
HSV(B)174.22º81.37%40%-
XYZ7.0410.4512.24-
YUV76.2713887.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=8.84%
G=47.44%
B=43.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102940.8100.080.6174.2268.623.73
Hex13665E51083Cae4518
Octal231461361210107425610530
Binary100111100110101111010100010100011110010101110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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