Html Css Color HEX #13565D Blue Stone

📋 copy color: '#13565D'

red 19 ◦ green 86 ◦ blue 93

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

Shades of Blue Stone #13565D

Tints of Blue Stone #13565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.43%

 BLUE value IS 93 (36.72% from 255) = 46.97%

R = 9.6%
G = 43.43%
B = 46.97%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13565D (or 0x13565D) is known color: Blue Stone. HEX triplet: 13, 56 and 5D. RGB value is (19,86,93). Sum of RGB (Red+Green+Blue) = 19+86+93=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #13565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13565D is #ECA9A2. Grayscale: #424242. Windows color (decimal): -15509923 or 6116883. OLE color: 6116883.

HSL color Cylindrical-coordinate representation of color #13565D: hue angle of 185.68º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13565D is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 86 93 -
CMYK 0.80 0.08 0 0.64
HSL 185.68º 0.66% 0.22% -
HSV(B) 185.68º 0.8% 0.36% -
XYZ 5.57 7.58 11.53 -
YUV 66.77 142.8 93.93 -
System Red Green Blue C M Y K H S L
Decimal 19 86 93 0.80 0.08 0 0.64 185.68 0.66 0.22
Hex 13 56 5D 50 8 0 40 BA 42 16
Octal 23 126 135 120 10 0 100 272 102 26
Binary 10011 1010110 1011101 1010000 1000 0 1000000 10111010 1000010 10110

Color Harmonies of #13565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13565D

Black with #13565D

Text Example


Text Example

White with #13565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,86,93); }

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

background-color css

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

 a { background-color: rgb(19,86,93); }

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

border-color css

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

 span { border-color: rgb(19,86,93); }

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