Html Css Color HEX #13696D Blue Stone

📋 copy color: '#13696D'

red 19 ◦ green 105 ◦ blue 109

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

Shades of Blue Stone #13696D

Tints of Blue Stone #13696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.78%

R = 8.15%
G = 45.06%
B = 46.78%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13696D (or 0x13696D) is known color: Blue Stone. HEX triplet: 13, 69 and 6D. RGB value is (19,105,109). Sum of RGB (Red+Green+Blue) = 19+105+109=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #13696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13696D is #EC9692. Grayscale: #4F4F4F. Windows color (decimal): -15505043 or 7170323. OLE color: 7170323.

HSL color Cylindrical-coordinate representation of color #13696D: hue angle of 182.67º degrees, saturation: 0.7, 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 #13696D is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 105 109 -
CMYK 0.83 0.04 0 0.57
HSL 182.67º 0.7% 0.25% -
HSV(B) 182.67º 0.83% 0.43% -
XYZ 8.08 11.35 16.23 -
YUV 79.74 144.51 84.67 -
System Red Green Blue C M Y K H S L
Decimal 19 105 109 0.83 0.04 0 0.57 182.67 0.7 0.25
Hex 13 69 6D 53 4 0 39 B7 46 19
Octal 23 151 155 123 4 0 71 267 106 31
Binary 10011 1101001 1101101 1010011 100 0 111001 10110111 1000110 11001

Color Harmonies of #13696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13696D

Black with #13696D

Text Example


Text Example

White with #13696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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