Html Css Color HEX #13696E Blue Stone

📋 copy color: '#13696E'

red 19 ◦ green 105 ◦ blue 110

#13696E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #13696E

Tints of Blue Stone #13696E

RGB

 RED value IS 19 (7.81% from 255) = 8.12%

 GREEN value IS 105 (41.41% from 255) = 44.87%

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 8.12%
G = 44.87%
B = 47.01%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13696E (or 0x13696E) is known color: Blue Stone. HEX triplet: 13, 69 and 6E. RGB value is (19,105,110). Sum of RGB (Red+Green+Blue) = 19+105+110=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #13696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13696E is #EC9691. Grayscale: #4F4F4F. Windows color (decimal): -15505042 or 7235859. OLE color: 7235859.

HSL color Cylindrical-coordinate representation of color #13696E: hue angle of 183.3º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13696E is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 105 110 -
CMYK 0.83 0.05 0 0.57
HSL 183.3º 0.71% 0.25% -
HSV(B) 183.3º 0.83% 0.43% -
XYZ 8.13 11.37 16.52 -
YUV 79.86 145.01 84.59 -
System Red Green Blue C M Y K H S L
Decimal 19 105 110 0.83 0.05 0 0.57 183.3 0.71 0.25
Hex 13 69 6E 53 5 0 39 B7 47 19
Octal 23 151 156 123 5 0 71 267 107 31
Binary 10011 1101001 1101110 1010011 101 0 111001 10110111 1000111 11001

Color Harmonies of #13696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13696E

Black with #13696E

Text Example


Text Example

White with #13696E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,105,110); }

 H1.HeaderClassName
 {
   color: #13696E;
 }
 .AnyTagClassName
 {
   color: #13696E;
 }
</style>

background-color css

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

 a { background-color: rgb(19,105,110); }

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

border-color css

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

 span { border-color: rgb(19,105,110); }

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