Html Css Color HEX #13665D Blue Stone

📋 copy color: '#13665D'

red 19 ◦ green 102 ◦ blue 93

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

Shades of Blue Stone #13665D

Tints of Blue Stone #13665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.66%

 BLUE value IS 93 (36.72% from 255) = 43.46%

R = 8.88%
G = 47.66%
B = 43.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#13665D (or 0x13665D) is known color: Blue Stone. HEX triplet: 13, 66 and 5D. RGB value is (19,102,93). Sum of RGB (Red+Green+Blue) = 19+102+93=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #13665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13665D is #EC99A2. Grayscale: #4C4C4C. Windows color (decimal): -15505827 or 6120979. OLE color: 6120979.

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

Color convert

RGB 19 102 93 -
CMYK 0.81 0 0.09 0.6
HSL 173.49º 0.69% 0.24% -
HSV(B) 173.49º 0.81% 0.4% -
XYZ 7 10.43 12 -
YUV 76.16 137.5 87.23 -
System Red Green Blue C M Y K H S L
Decimal 19 102 93 0.81 0 0.09 0.6 173.49 0.69 0.24
Hex 13 66 5D 51 0 9 3C AD 45 18
Octal 23 146 135 121 0 11 74 255 105 30
Binary 10011 1100110 1011101 1010001 0 1001 111100 10101101 1000101 11000

Color Harmonies of #13665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13665D

Black with #13665D

Text Example


Text Example

White with #13665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13665D; }

 p { color: rgb(19,102,93); }

 H1.HeaderClassName
 {
   color: #13665D;
 }
 .AnyTagClassName
 {
   color: #13665D;
 }
</style>

background-color css

<style>
 a { background-color: #13665D; }

 a { background-color: rgb(19,102,93); }

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

border-color css

<style>
 span { border-color: #13665D; }

 span { border-color: rgb(19,102,93); }

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