Html Css Color HEX #13656D Blue Stone

📋 copy color: '#13656D'

red 19 ◦ green 101 ◦ blue 109

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

Shades of Blue Stone #13656D

Tints of Blue Stone #13656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

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

R = 8.3%
G = 44.1%
B = 47.6%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13656D (or 0x13656D) is known color: Blue Stone. HEX triplet: 13, 65 and 6D. RGB value is (19,101,109). Sum of RGB (Red+Green+Blue) = 19+101+109=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #13656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13656D is #EC9A92. Grayscale: #4D4D4D. Windows color (decimal): -15506067 or 7169299. OLE color: 7169299.

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

Color convert

RGB 19 101 109 -
CMYK 0.83 0.07 0 0.57
HSL 185.33º 0.7% 0.25% -
HSV(B) 185.33º 0.83% 0.43% -
XYZ 7.68 10.55 16.1 -
YUV 77.39 145.83 86.35 -
System Red Green Blue C M Y K H S L
Decimal 19 101 109 0.83 0.07 0 0.57 185.33 0.7 0.25
Hex 13 65 6D 53 7 0 39 B9 46 19
Octal 23 145 155 123 7 0 71 271 106 31
Binary 10011 1100101 1101101 1010011 111 0 111001 10111001 1000110 11001

Color Harmonies of #13656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13656D

Black with #13656D

Text Example


Text Example

White with #13656D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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