Html Css Color HEX #15666F Blue Stone

📋 copy color: '#15666F'

red 21 ◦ green 102 ◦ blue 111

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

Shades of Blue Stone #15666F

Tints of Blue Stone #15666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.44%

R = 8.97%
G = 43.59%
B = 47.44%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#15666F (or 0x15666F) is known color: Blue Stone. HEX triplet: 15, 66 and 6F. RGB value is (21,102,111). Sum of RGB (Red+Green+Blue) = 21+102+111=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #15666F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15666F is #EA9990. Grayscale: #4E4E4E. Windows color (decimal): -15374737 or 7300629. OLE color: 7300629.

HSL color Cylindrical-coordinate representation of color #15666F: hue angle of 186º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15666F is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 102 111 -
CMYK 0.81 0.08 0 0.56
HSL 186º 0.68% 0.26% -
HSV(B) 186º 0.81% 0.44% -
XYZ 7.93 10.81 16.71 -
YUV 78.81 146.16 86.77 -
System Red Green Blue C M Y K H S L
Decimal 21 102 111 0.81 0.08 0 0.56 186 0.68 0.26
Hex 15 66 6F 51 8 0 38 BA 44 1A
Octal 25 146 157 121 10 0 70 272 104 32
Binary 10101 1100110 1101111 1010001 1000 0 111000 10111010 1000100 11010

Color Harmonies of #15666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15666F

Black with #15666F

Text Example


Text Example

White with #15666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15666F; }

 p { color: rgb(21,102,111); }

 H1.HeaderClassName
 {
   color: #15666F;
 }
 .AnyTagClassName
 {
   color: #15666F;
 }
</style>

background-color css

<style>
 a { background-color: #15666F; }

 a { background-color: rgb(21,102,111); }

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

border-color css

<style>
 span { border-color: #15666F; }

 span { border-color: rgb(21,102,111); }

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