Html Css Color HEX #13555D Blue Stone

📋 copy color: '#13555D'

red 19 ◦ green 85 ◦ blue 93

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

Shades of Blue Stone #13555D

Tints of Blue Stone #13555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.15%

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

R = 9.64%
G = 43.15%
B = 47.21%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13555D (or 0x13555D) is known color: Blue Stone. HEX triplet: 13, 55 and 5D. RGB value is (19,85,93). Sum of RGB (Red+Green+Blue) = 19+85+93=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #13555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13555D is #ECAAA2. Grayscale: #424242. Windows color (decimal): -15510179 or 6116627. OLE color: 6116627.

HSL color Cylindrical-coordinate representation of color #13555D: hue angle of 186.49º 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 #13555D is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 85 93 -
CMYK 0.80 0.09 0 0.64
HSL 186.49º 0.66% 0.22% -
HSV(B) 186.49º 0.8% 0.36% -
XYZ 5.49 7.43 11.5 -
YUV 66.18 143.13 94.35 -
System Red Green Blue C M Y K H S L
Decimal 19 85 93 0.80 0.09 0 0.64 186.49 0.66 0.22
Hex 13 55 5D 50 9 0 40 BA 42 16
Octal 23 125 135 120 11 0 100 272 102 26
Binary 10011 1010101 1011101 1010000 1001 0 1000000 10111010 1000010 10110

Color Harmonies of #13555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13555D

Black with #13555D

Text Example


Text Example

White with #13555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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