Html Css Color HEX #156684 Allports

📋 copy color: '#156684'

red 21 ◦ green 102 ◦ blue 132

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

Shades of Allports #156684

Tints of Allports #156684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 8.24%
G = 40%
B = 51.76%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#156684 (or 0x156684) is known color: Allports. HEX triplet: 15, 66 and 84. RGB value is (21,102,132). Sum of RGB (Red+Green+Blue) = 21+102+132=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #156684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156684 is #EA997B. Grayscale: #515151. Windows color (decimal): -15374716 or 8676885. OLE color: 8676885.

HSL color Cylindrical-coordinate representation of color #156684: hue angle of 196.22º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156684 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 102 132 -
CMYK 0.84 0.23 0 0.48
HSL 196.22º 0.73% 0.3% -
HSV(B) 196.22º 0.84% 0.52% -
XYZ 9.23 11.33 23.53 -
YUV 81.2 156.66 85.06 -
System Red Green Blue C M Y K H S L
Decimal 21 102 132 0.84 0.23 0 0.48 196.22 0.73 0.3
Hex 15 66 84 54 17 0 30 C4 49 1E
Octal 25 146 204 124 27 0 60 304 111 36
Binary 10101 1100110 10000100 1010100 10111 0 110000 11000100 1001001 11110

Color Harmonies of #156684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156684

Black with #156684

Text Example


Text Example

White with #156684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156684; }

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

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

background-color css

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

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

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

border-color css

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

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

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