Html Css Color HEX #13675A Blue Stone

📋 copy color: '#13675A'

red 19 ◦ green 103 ◦ blue 90

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

Shades of Blue Stone #13675A

Tints of Blue Stone #13675A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.45%

R = 8.96%
G = 48.58%
B = 42.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#13675A (or 0x13675A) is known color: Blue Stone. HEX triplet: 13, 67 and 5A. RGB value is (19,103,90). Sum of RGB (Red+Green+Blue) = 19+103+90=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #13675A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13675A is #EC98A5. Grayscale: #4C4C4C. Windows color (decimal): -15505574 or 5924627. OLE color: 5924627.

HSL color Cylindrical-coordinate representation of color #13675A: hue angle of 170.71º 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 #13675A is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 90 -
CMYK 0.82 0 0.13 0.60
HSL 170.71º 0.69% 0.24% -
HSV(B) 170.71º 0.82% 0.4% -
XYZ 6.96 10.58 11.35 -
YUV 76.4 135.67 87.06 -
System Red Green Blue C M Y K H S L
Decimal 19 103 90 0.82 0 0.13 0.60 170.71 0.69 0.24
Hex 13 67 5A 52 0 D 3C AB 45 18
Octal 23 147 132 122 0 15 74 253 105 30
Binary 10011 1100111 1011010 1010010 0 1101 111100 10101011 1000101 11000

Color Harmonies of #13675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13675A

Black with #13675A

Text Example


Text Example

White with #13675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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