#201878

Color #201878 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #201878

Tints of Midnight Blue #201878

Color information

#201878 (or 0x201878) is unknown color: approx Midnight Blue. HEX triplet: 20, 18 and 78. RGB value is (32,24,120). Sum of RGB (Red+Green+Blue) = 32+24+120=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #201878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201878 is #DFE787. Grayscale: #242424. Windows color (decimal): -14673800 or 7870496. OLE color: 7870496.

HSL color Cylindrical-coordinate representation of color #201878: hue angle of 245º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201878 is Cyan = 0.73, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3224120-
CMYK0.730.800.53
HSL245º66.67%28.24%-
HSV(B)245º80%47.06%-
XYZ4.312.3217.99-
YUV37.34174.65124.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 120 (47.27% from 255) = 68.18%
R=18.18%
G=13.64%
B=68.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32241200.730.800.5324566.6728.24
Hex2018784950035f5431c
Octal403017011112006536510334
Binary10000011000111100010010011010000011010111110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201878; }

 p { color: rgb(32,24,120); }

 H1.HeaderClassName
 {
   color: #201878;
 }
 .AnyTagClassName
 {
   color: #201878;
 }
</style>
background-color css

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

 a { background-color: rgb(32,24,120); }

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

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

 span { border-color: rgb(32,24,120); }

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