Html Css Color HEX #13676B Blue Stone

📋 copy color: '#13676B'

red 19 ◦ green 103 ◦ blue 107

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

Shades of Blue Stone #13676B

Tints of Blue Stone #13676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.72%

R = 8.3%
G = 44.98%
B = 46.72%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13676B (or 0x13676B) is known color: Blue Stone. HEX triplet: 13, 67 and 6B. RGB value is (19,103,107). Sum of RGB (Red+Green+Blue) = 19+103+107=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #13676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13676B is #EC9894. Grayscale: #4E4E4E. Windows color (decimal): -15505557 or 7038739. OLE color: 7038739.

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

Color convert

RGB 19 103 107 -
CMYK 0.82 0.04 0 0.58
HSL 182.73º 0.7% 0.25% -
HSV(B) 182.73º 0.82% 0.42% -
XYZ 7.77 10.9 15.6 -
YUV 78.34 144.17 85.67 -
System Red Green Blue C M Y K H S L
Decimal 19 103 107 0.82 0.04 0 0.58 182.73 0.7 0.25
Hex 13 67 6B 52 4 0 3A B7 46 19
Octal 23 147 153 122 4 0 72 267 106 31
Binary 10011 1100111 1101011 1010010 100 0 111010 10110111 1000110 11001

Color Harmonies of #13676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13676B

Black with #13676B

Text Example


Text Example

White with #13676B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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