Html Css Color HEX #15696B Blue Stone

📋 copy color: '#15696B'

red 21 ◦ green 105 ◦ blue 107

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

Shades of Blue Stone #15696B

Tints of Blue Stone #15696B

RGB

 RED value IS 21 (8.59% from 255) = 9.01%

 GREEN value IS 105 (41.41% from 255) = 45.06%

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

R = 9.01%
G = 45.06%
B = 45.92%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15696B (or 0x15696B) is known color: Blue Stone. HEX triplet: 15, 69 and 6B. RGB value is (21,105,107). Sum of RGB (Red+Green+Blue) = 21+105+107=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #15696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15696B is #EA9694. Grayscale: #505050. Windows color (decimal): -15373973 or 7039253. OLE color: 7039253.

HSL color Cylindrical-coordinate representation of color #15696B: hue angle of 181.4º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15696B is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 105 107 -
CMYK 0.80 0.02 0 0.58
HSL 181.4º 0.67% 0.25% -
HSV(B) 181.4º 0.8% 0.42% -
XYZ 8.01 11.32 15.67 -
YUV 80.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 21 105 107 0.80 0.02 0 0.58 181.4 0.67 0.25
Hex 15 69 6B 50 2 0 3A B5 43 19
Octal 25 151 153 120 2 0 72 265 103 31
Binary 10101 1101001 1101011 1010000 10 0 111010 10110101 1000011 11001

Color Harmonies of #15696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15696B

Black with #15696B

Text Example


Text Example

White with #15696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,105,107); }

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

background-color css

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

 a { background-color: rgb(21,105,107); }

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

border-color css

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

 span { border-color: rgb(21,105,107); }

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