Html Css Color HEX #15625E Blue Stone

📋 copy color: '#15625E'

red 21 ◦ green 98 ◦ blue 94

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

Shades of Blue Stone #15625E

Tints of Blue Stone #15625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

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

R = 9.86%
G = 46.01%
B = 44.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#15625E (or 0x15625E) is known color: Blue Stone. HEX triplet: 15, 62 and 5E. RGB value is (21,98,94). Sum of RGB (Red+Green+Blue) = 21+98+94=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #15625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15625E is #EA9DA1. Grayscale: #4A4A4A. Windows color (decimal): -15375778 or 6185493. OLE color: 6185493.

HSL color Cylindrical-coordinate representation of color #15625E: hue angle of 176.88º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15625E is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 98 94 -
CMYK 0.79 0 0.04 0.62
HSL 176.88º 0.65% 0.23% -
HSV(B) 176.88º 0.79% 0.38% -
XYZ 6.7 9.7 12.11 -
YUV 74.52 138.99 89.83 -
System Red Green Blue C M Y K H S L
Decimal 21 98 94 0.79 0 0.04 0.62 176.88 0.65 0.23
Hex 15 62 5E 4F 0 4 3E B1 41 17
Octal 25 142 136 117 0 4 76 261 101 27
Binary 10101 1100010 1011110 1001111 0 100 111110 10110001 1000001 10111

Color Harmonies of #15625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15625E

Black with #15625E

Text Example


Text Example

White with #15625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,98,94); }

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

background-color css

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

 a { background-color: rgb(21,98,94); }

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

border-color css

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

 span { border-color: rgb(21,98,94); }

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