Html Css Color HEX #15688E Allports

📋 copy color: '#15688E'

red 21 ◦ green 104 ◦ blue 142

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

Shades of Allports #15688E

Tints of Allports #15688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.95%

 BLUE value IS 142 (55.86% from 255) = 53.18%

R = 7.87%
G = 38.95%
B = 53.18%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15688E (or 0x15688E) is known color: Allports. HEX triplet: 15, 68 and 8E. RGB value is (21,104,142). Sum of RGB (Red+Green+Blue) = 21+104+142=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #15688E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15688E is #EA9771. Grayscale: #535353. Windows color (decimal): -15374194 or 9332757. OLE color: 9332757.

HSL color Cylindrical-coordinate representation of color #15688E: hue angle of 198.84º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15688E is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 104 142 -
CMYK 0.85 0.27 0 0.44
HSL 198.84º 0.74% 0.32% -
HSV(B) 198.84º 0.85% 0.56% -
XYZ 10.14 12.01 27.38 -
YUV 83.52 161 83.41 -
System Red Green Blue C M Y K H S L
Decimal 21 104 142 0.85 0.27 0 0.44 198.84 0.74 0.32
Hex 15 68 8E 55 1B 0 2C C7 4A 20
Octal 25 150 216 125 33 0 54 307 112 40
Binary 10101 1101000 10001110 1010101 11011 0 101100 11000111 1001010 100000

Color Harmonies of #15688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15688E

Black with #15688E

Text Example


Text Example

White with #15688E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,104,142); }

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

background-color css

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

 a { background-color: rgb(21,104,142); }

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

border-color css

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

 span { border-color: rgb(21,104,142); }

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