Html Css Color HEX #13565A Blue Stone

📋 copy color: '#13565A'

red 19 ◦ green 86 ◦ blue 90

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

Shades of Blue Stone #13565A

Tints of Blue Stone #13565A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.15%

R = 9.74%
G = 44.1%
B = 46.15%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13565A (or 0x13565A) is known color: Blue Stone. HEX triplet: 13, 56 and 5A. RGB value is (19,86,90). Sum of RGB (Red+Green+Blue) = 19+86+90=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #13565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13565A is #ECA9A5. Grayscale: #424242. Windows color (decimal): -15509926 or 5920275. OLE color: 5920275.

HSL color Cylindrical-coordinate representation of color #13565A: hue angle of 183.38º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13565A is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 86 90 -
CMYK 0.79 0.04 0 0.65
HSL 183.38º 0.65% 0.21% -
HSV(B) 183.38º 0.79% 0.35% -
XYZ 5.44 7.53 10.84 -
YUV 66.42 141.3 94.17 -
System Red Green Blue C M Y K H S L
Decimal 19 86 90 0.79 0.04 0 0.65 183.38 0.65 0.21
Hex 13 56 5A 4F 4 0 41 B7 41 15
Octal 23 126 132 117 4 0 101 267 101 25
Binary 10011 1010110 1011010 1001111 100 0 1000001 10110111 1000001 10101

Color Harmonies of #13565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13565A

Black with #13565A

Text Example


Text Example

White with #13565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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