Html Css Color HEX #156382 Allports

📋 copy color: '#156382'

red 21 ◦ green 99 ◦ blue 130

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

Shades of Allports #156382

Tints of Allports #156382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.6%

 BLUE value IS 130 (51.17% from 255) = 52%

R = 8.4%
G = 39.6%
B = 52%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#156382 (or 0x156382) is known color: Allports. HEX triplet: 15, 63 and 82. RGB value is (21,99,130). Sum of RGB (Red+Green+Blue) = 21+99+130=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #156382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156382 is #EA9C7D. Grayscale: #4F4F4F. Windows color (decimal): -15375486 or 8545045. OLE color: 8545045.

HSL color Cylindrical-coordinate representation of color #156382: hue angle of 197.06º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156382 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 99 130 -
CMYK 0.84 0.24 0 0.49
HSL 197.06º 0.72% 0.3% -
HSV(B) 197.06º 0.84% 0.51% -
XYZ 8.8 10.69 22.72 -
YUV 79.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 21 99 130 0.84 0.24 0 0.49 197.06 0.72 0.3
Hex 15 63 82 54 18 0 31 C5 48 1E
Octal 25 143 202 124 30 0 61 305 110 36
Binary 10101 1100011 10000010 1010100 11000 0 110001 11000101 1001000 11110

Color Harmonies of #156382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156382

Black with #156382

Text Example


Text Example

White with #156382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156382; }

 p { color: rgb(21,99,130); }

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

background-color css

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

 a { background-color: rgb(21,99,130); }

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

border-color css

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

 span { border-color: rgb(21,99,130); }

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