Html Css Color HEX #15665E Blue Stone

📋 copy color: '#15665E'

red 21 ◦ green 102 ◦ blue 94

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

Shades of Blue Stone #15665E

Tints of Blue Stone #15665E

RGB

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

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

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

R = 9.68%
G = 47%
B = 43.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#15665E (or 0x15665E) is known color: Blue Stone. HEX triplet: 15, 66 and 5E. RGB value is (21,102,94). Sum of RGB (Red+Green+Blue) = 21+102+94=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #15665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15665E is #EA99A1. Grayscale: #4C4C4C. Windows color (decimal): -15374754 or 6186517. OLE color: 6186517.

HSL color Cylindrical-coordinate representation of color #15665E: hue angle of 174.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15665E is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 102 94 -
CMYK 0.79 0 0.08 0.6
HSL 174.07º 0.66% 0.24% -
HSV(B) 174.07º 0.79% 0.4% -
XYZ 7.08 10.47 12.24 -
YUV 76.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 21 102 94 0.79 0 0.08 0.6 174.07 0.66 0.24
Hex 15 66 5E 4F 0 8 3C AE 42 18
Octal 25 146 136 117 0 10 74 256 102 30
Binary 10101 1100110 1011110 1001111 0 1000 111100 10101110 1000010 11000

Color Harmonies of #15665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15665E

Black with #15665E

Text Example


Text Example

White with #15665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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