Html Css Color HEX #156384 Allports

📋 copy color: '#156384'

red 21 ◦ green 99 ◦ blue 132

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

Shades of Allports #156384

Tints of Allports #156384

RGB

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

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

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

R = 8.33%
G = 39.29%
B = 52.38%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#156384 (or 0x156384) is known color: Allports. HEX triplet: 15, 63 and 84. RGB value is (21,99,132). Sum of RGB (Red+Green+Blue) = 21+99+132=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #156384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156384 is #EA9C7B. Grayscale: #4F4F4F. Windows color (decimal): -15375484 or 8676117. OLE color: 8676117.

HSL color Cylindrical-coordinate representation of color #156384: hue angle of 197.84º 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 #156384 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 99 132 -
CMYK 0.84 0.25 0 0.48
HSL 197.84º 0.73% 0.3% -
HSV(B) 197.84º 0.84% 0.52% -
XYZ 8.94 10.75 23.43 -
YUV 79.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 21 99 132 0.84 0.25 0 0.48 197.84 0.73 0.3
Hex 15 63 84 54 19 0 30 C6 49 1E
Octal 25 143 204 124 31 0 60 306 111 36
Binary 10101 1100011 10000100 1010100 11001 0 110000 11000110 1001001 11110

Color Harmonies of #156384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156384

Black with #156384

Text Example


Text Example

White with #156384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156384; }

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

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

background-color css

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

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

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

border-color css

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

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

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