Html Css Color HEX #13675E Blue Stone

📋 copy color: '#13675E'

red 19 ◦ green 103 ◦ blue 94

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

Shades of Blue Stone #13675E

Tints of Blue Stone #13675E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.52%

R = 8.8%
G = 47.69%
B = 43.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#13675E (or 0x13675E) is known color: Blue Stone. HEX triplet: 13, 67 and 5E. RGB value is (19,103,94). Sum of RGB (Red+Green+Blue) = 19+103+94=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 103 - color contains mainly: green. Hex color #13675E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13675E is #EC98A1. Grayscale: #4C4C4C. Windows color (decimal): -15505570 or 6186771. OLE color: 6186771.

HSL color Cylindrical-coordinate representation of color #13675E: hue angle of 173.57º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13675E is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 94 -
CMYK 0.82 0 0.09 0.60
HSL 173.57º 0.69% 0.24% -
HSV(B) 173.57º 0.82% 0.4% -
XYZ 7.14 10.65 12.27 -
YUV 76.86 137.67 86.73 -
System Red Green Blue C M Y K H S L
Decimal 19 103 94 0.82 0 0.09 0.60 173.57 0.69 0.24
Hex 13 67 5E 52 0 9 3C AE 45 18
Octal 23 147 136 122 0 11 74 256 105 30
Binary 10011 1100111 1011110 1010010 0 1001 111100 10101110 1000101 11000

Color Harmonies of #13675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13675E

Black with #13675E

Text Example


Text Example

White with #13675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13675E; }

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

 H1.HeaderClassName
 {
   color: #13675E;
 }
 .AnyTagClassName
 {
   color: #13675E;
 }
</style>

background-color css

<style>
 a { background-color: #13675E; }

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

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

border-color css

<style>
 span { border-color: #13675E; }

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

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