Html Css Color HEX #15626C Blue Stone

📋 copy color: '#15626C'

red 21 ◦ green 98 ◦ blue 108

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

Shades of Blue Stone #15626C

Tints of Blue Stone #15626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 9.25%
G = 43.17%
B = 47.58%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15626C (or 0x15626C) is known color: Blue Stone. HEX triplet: 15, 62 and 6C. RGB value is (21,98,108). Sum of RGB (Red+Green+Blue) = 21+98+108=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #15626C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15626C is #EA9D93. Grayscale: #4C4C4C. Windows color (decimal): -15375764 or 7102997. OLE color: 7102997.

HSL color Cylindrical-coordinate representation of color #15626C: hue angle of 186.9º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15626C is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 98 108 -
CMYK 0.81 0.09 0 0.58
HSL 186.9º 0.67% 0.25% -
HSV(B) 186.9º 0.81% 0.42% -
XYZ 7.38 9.98 15.72 -
YUV 76.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 21 98 108 0.81 0.09 0 0.58 186.9 0.67 0.25
Hex 15 62 6C 51 9 0 3A BB 43 19
Octal 25 142 154 121 11 0 72 273 103 31
Binary 10101 1100010 1101100 1010001 1001 0 111010 10111011 1000011 11001

Color Harmonies of #15626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15626C

Black with #15626C

Text Example


Text Example

White with #15626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15626C; }

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

 H1.HeaderClassName
 {
   color: #15626C;
 }
 .AnyTagClassName
 {
   color: #15626C;
 }
</style>

background-color css

<style>
 a { background-color: #15626C; }

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

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

border-color css

<style>
 span { border-color: #15626C; }

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

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