Html Css Color HEX #13616C Blue Stone

📋 copy color: '#13616C'

red 19 ◦ green 97 ◦ blue 108

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

Shades of Blue Stone #13616C

Tints of Blue Stone #13616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

 BLUE value IS 108 (42.58% from 255) = 48.21%

R = 8.48%
G = 43.3%
B = 48.21%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13616C (or 0x13616C) is known color: Blue Stone. HEX triplet: 13, 61 and 6C. RGB value is (19,97,108). Sum of RGB (Red+Green+Blue) = 19+97+108=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #13616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13616C is #EC9E93. Grayscale: #4A4A4A. Windows color (decimal): -15507092 or 7102739. OLE color: 7102739.

HSL color Cylindrical-coordinate representation of color #13616C: hue angle of 187.42º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13616C is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 97 108 -
CMYK 0.82 0.10 0 0.58
HSL 187.42º 0.7% 0.25% -
HSV(B) 187.42º 0.82% 0.42% -
XYZ 7.25 9.77 15.69 -
YUV 74.93 146.66 88.11 -
System Red Green Blue C M Y K H S L
Decimal 19 97 108 0.82 0.10 0 0.58 187.42 0.7 0.25
Hex 13 61 6C 52 A 0 3A BB 46 19
Octal 23 141 154 122 12 0 72 273 106 31
Binary 10011 1100001 1101100 1010010 1010 0 111010 10111011 1000110 11001

Color Harmonies of #13616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13616C

Black with #13616C

Text Example


Text Example

White with #13616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13616C; }

 p { color: rgb(19,97,108); }

 H1.HeaderClassName
 {
   color: #13616C;
 }
 .AnyTagClassName
 {
   color: #13616C;
 }
</style>

background-color css

<style>
 a { background-color: #13616C; }

 a { background-color: rgb(19,97,108); }

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

border-color css

<style>
 span { border-color: #13616C; }

 span { border-color: rgb(19,97,108); }

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