#201868

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

Shades of Midnight Blue #201868

Tints of Midnight Blue #201868

Color information

#201868 (or 0x201868) is unknown color: approx Midnight Blue. HEX triplet: 20, 18 and 68. RGB value is (32,24,104). Sum of RGB (Red+Green+Blue) = 32+24+104=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #201868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201868 is #DFE797. Grayscale: #232323. Windows color (decimal): -14673816 or 6821920. OLE color: 6821920.

HSL color Cylindrical-coordinate representation of color #201868: hue angle of 246º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201868 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3224104-
CMYK0.690.7700.59
HSL246º62.5%25.1%-
HSV(B)246º76.92%40.78%-
XYZ3.421.9613.29-
YUV35.51166.65125.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 104 (41.02% from 255) = 65%
R=20%
G=15%
B=65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32241040.690.7700.5924662.525.1
Hex201868454D03Bf63e19
Octal40301501051150733667631
Binary1000001100011010001000101100110101110111111011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201868; }

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

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

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

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

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

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

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

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