Html Css Color HEX #15616E Blue Stone

📋 copy color: '#15616E'

red 21 ◦ green 97 ◦ blue 110

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

Shades of Blue Stone #15616E

Tints of Blue Stone #15616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.54%

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 9.21%
G = 42.54%
B = 48.25%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15616E (or 0x15616E) is known color: Blue Stone. HEX triplet: 15, 61 and 6E. RGB value is (21,97,110). Sum of RGB (Red+Green+Blue) = 21+97+110=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #15616E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15616E is #EA9E91. Grayscale: #4B4B4B. Windows color (decimal): -15376018 or 7233813. OLE color: 7233813.

HSL color Cylindrical-coordinate representation of color #15616E: hue angle of 188.76º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15616E is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 97 110 -
CMYK 0.81 0.12 0 0.57
HSL 188.76º 0.68% 0.26% -
HSV(B) 188.76º 0.81% 0.43% -
XYZ 7.4 9.83 16.26 -
YUV 75.76 147.32 88.94 -
System Red Green Blue C M Y K H S L
Decimal 21 97 110 0.81 0.12 0 0.57 188.76 0.68 0.26
Hex 15 61 6E 51 C 0 39 BD 44 1A
Octal 25 141 156 121 14 0 71 275 104 32
Binary 10101 1100001 1101110 1010001 1100 0 111001 10111101 1000100 11010

Color Harmonies of #15616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15616E

Black with #15616E

Text Example


Text Example

White with #15616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,97,110); }

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

background-color css

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

 a { background-color: rgb(21,97,110); }

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

border-color css

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

 span { border-color: rgb(21,97,110); }

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