Html Css Color HEX #13676C Blue Stone

📋 copy color: '#13676C'

red 19 ◦ green 103 ◦ blue 108

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

Shades of Blue Stone #13676C

Tints of Blue Stone #13676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.78%

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

R = 8.26%
G = 44.78%
B = 46.96%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13676C (or 0x13676C) is known color: Blue Stone. HEX triplet: 13, 67 and 6C. RGB value is (19,103,108). Sum of RGB (Red+Green+Blue) = 19+103+108=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #13676C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13676C is #EC9893. Grayscale: #4E4E4E. Windows color (decimal): -15505556 or 7104275. OLE color: 7104275.

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

Color convert

RGB 19 103 108 -
CMYK 0.82 0.05 0 0.58
HSL 183.37º 0.7% 0.25% -
HSV(B) 183.37º 0.82% 0.42% -
XYZ 7.83 10.92 15.88 -
YUV 78.45 144.67 85.59 -
System Red Green Blue C M Y K H S L
Decimal 19 103 108 0.82 0.05 0 0.58 183.37 0.7 0.25
Hex 13 67 6C 52 5 0 3A B7 46 19
Octal 23 147 154 122 5 0 72 267 106 31
Binary 10011 1100111 1101100 1010010 101 0 111010 10110111 1000110 11001

Color Harmonies of #13676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13676C

Black with #13676C

Text Example


Text Example

White with #13676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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