Html Css Color HEX #13636C Blue Stone

📋 copy color: '#13636C'

red 19 ◦ green 99 ◦ blue 108

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

Shades of Blue Stone #13636C

Tints of Blue Stone #13636C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.81%

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

R = 8.41%
G = 43.81%
B = 47.79%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13636C (or 0x13636C) is known color: Blue Stone. HEX triplet: 13, 63 and 6C. RGB value is (19,99,108). Sum of RGB (Red+Green+Blue) = 19+99+108=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #13636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13636C is #EC9C93. Grayscale: #4B4B4B. Windows color (decimal): -15506580 or 7103251. OLE color: 7103251.

HSL color Cylindrical-coordinate representation of color #13636C: hue angle of 186.07º 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 #13636C is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 99 108 -
CMYK 0.82 0.08 0 0.58
HSL 186.07º 0.7% 0.25% -
HSV(B) 186.07º 0.82% 0.42% -
XYZ 7.44 10.14 15.75 -
YUV 76.11 146 87.27 -
System Red Green Blue C M Y K H S L
Decimal 19 99 108 0.82 0.08 0 0.58 186.07 0.7 0.25
Hex 13 63 6C 52 8 0 3A BA 46 19
Octal 23 143 154 122 10 0 72 272 106 31
Binary 10011 1100011 1101100 1010010 1000 0 111010 10111010 1000110 11001

Color Harmonies of #13636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13636C

Black with #13636C

Text Example


Text Example

White with #13636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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