#13535E

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

Shades of Blue Stone #13535E

Tints of Blue Stone #13535E

Color information

#13535E (or 0x13535E) is unknown color: approx Blue Stone. HEX triplet: 13, 53 and 5E. RGB value is (19,83,94). Sum of RGB (Red+Green+Blue) = 19+83+94=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #13535E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13535E is #ECACA1. Grayscale: #414141. Windows color (decimal): -15510690 or 6181651. OLE color: 6181651.

HSL color Cylindrical-coordinate representation of color #13535E: hue angle of 188.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13535E is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB198394-
CMYK0.800.1200.63
HSL188.8º66.37%22.16%-
HSV(B)188.8º79.79%36.86%-
XYZ5.387.1311.68-
YUV65.12144.395.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=9.69%
G=42.35%
B=47.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1983940.800.1200.63188.866.3722.16
Hex13535E50C03Fbd4216
Octal231231361201407727510226
Binary100111010011101111010100001100011111110111101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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