#201877

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

Shades of Midnight Blue #201877

Tints of Midnight Blue #201877

Color information

#201877 (or 0x201877) is unknown color: approx Midnight Blue. HEX triplet: 20, 18 and 77. RGB value is (32,24,119). Sum of RGB (Red+Green+Blue) = 32+24+119=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #201877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201877 is #DFE788. Grayscale: #242424. Windows color (decimal): -14673801 or 7804960. OLE color: 7804960.

HSL color Cylindrical-coordinate representation of color #201877: hue angle of 245.05º degrees, saturation: 0.66, 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 #201877 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3224119-
CMYK0.730.8000.53
HSL245.05º66.43%28.04%-
HSV(B)245.05º79.83%46.67%-
XYZ4.252.2917.67-
YUV37.22174.15124.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 119 (46.88% from 255) = 68%
R=18.29%
G=13.71%
B=68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32241190.730.8000.53245.0566.4328.04
Hex2018774950035f5421c
Octal403016711112006536510234
Binary10000011000111011110010011010000011010111110101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201877; }

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

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

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

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

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

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

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

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