Html Css Color HEX #156378 Allports

📋 copy color: '#156378'

red 21 ◦ green 99 ◦ blue 120

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

Shades of Allports #156378

Tints of Allports #156378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50%

R = 8.75%
G = 41.25%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#156378 (or 0x156378) is known color: Allports. HEX triplet: 15, 63 and 78. RGB value is (21,99,120). Sum of RGB (Red+Green+Blue) = 21+99+120=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #156378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156378 is #EA9C87. Grayscale: #4D4D4D. Windows color (decimal): -15375496 or 7889685. OLE color: 7889685.

HSL color Cylindrical-coordinate representation of color #156378: hue angle of 192.73º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156378 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 99 120 -
CMYK 0.83 0.17 0 0.53
HSL 192.73º 0.7% 0.28% -
HSV(B) 192.73º 0.83% 0.47% -
XYZ 8.16 10.44 19.35 -
YUV 78.07 151.66 87.29 -
System Red Green Blue C M Y K H S L
Decimal 21 99 120 0.83 0.17 0 0.53 192.73 0.7 0.28
Hex 15 63 78 53 11 0 35 C1 46 1C
Octal 25 143 170 123 21 0 65 301 106 34
Binary 10101 1100011 1111000 1010011 10001 0 110101 11000001 1000110 11100

Color Harmonies of #156378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156378

Black with #156378

Text Example


Text Example

White with #156378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156378; }

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

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

background-color css

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

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

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

border-color css

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

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

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