Html Css Color HEX #15697C Allports

📋 copy color: '#15697C'

red 21 ◦ green 105 ◦ blue 124

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

Shades of Allports #15697C

Tints of Allports #15697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

 BLUE value IS 124 (48.83% from 255) = 49.6%

R = 8.4%
G = 42%
B = 49.6%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15697C (or 0x15697C) is known color: Allports. HEX triplet: 15, 69 and 7C. RGB value is (21,105,124). Sum of RGB (Red+Green+Blue) = 21+105+124=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #15697C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15697C is #EA9683. Grayscale: #515151. Windows color (decimal): -15373956 or 8153365. OLE color: 8153365.

HSL color Cylindrical-coordinate representation of color #15697C: hue angle of 191.07º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15697C is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 105 124 -
CMYK 0.83 0.15 0 0.51
HSL 191.07º 0.71% 0.28% -
HSV(B) 191.07º 0.83% 0.49% -
XYZ 9 11.72 20.86 -
YUV 82.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 21 105 124 0.83 0.15 0 0.51 191.07 0.71 0.28
Hex 15 69 7C 53 F 0 33 BF 47 1C
Octal 25 151 174 123 17 0 63 277 107 34
Binary 10101 1101001 1111100 1010011 1111 0 110011 10111111 1000111 11100

Color Harmonies of #15697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15697C

Black with #15697C

Text Example


Text Example

White with #15697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,105,124); }

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

background-color css

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

 a { background-color: rgb(21,105,124); }

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

border-color css

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

 span { border-color: rgb(21,105,124); }

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