#13665B

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

Shades of Blue Stone #13665B

Tints of Blue Stone #13665B

Color information

#13665B (or 0x13665B) is unknown color: approx Blue Stone. HEX triplet: 13, 66 and 5B. RGB value is (19,102,91). Sum of RGB (Red+Green+Blue) = 19+102+91=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #13665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13665B is #EC99A4. Grayscale: #4B4B4B. Windows color (decimal): -15505829 or 5989907. OLE color: 5989907.

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

Color convert

RGB1910291-
CMYK0.8100.110.6
HSL172.05º68.6%23.73%-
HSV(B)172.05º81.37%40%-
XYZ6.9110.411.54-
YUV75.93136.587.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 102 (40.23% from 255) = 48.11%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=8.96%
G=48.11%
B=42.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102910.8100.110.6172.0568.623.73
Hex13665B510B3Cac4518
Octal231461331210137425410530
Binary100111100110101101110100010101111110010101100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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