#201D68

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

Shades of Midnight Blue #201D68

Tints of Midnight Blue #201D68

Color information

#201D68 (or 0x201D68) is unknown color: approx Midnight Blue. HEX triplet: 20, 1D and 68. RGB value is (32,29,104). Sum of RGB (Red+Green+Blue) = 32+29+104=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #201D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D68 is #DFE297. Grayscale: #262626. Windows color (decimal): -14672536 or 6823200. OLE color: 6823200.

HSL color Cylindrical-coordinate representation of color #201D68: hue angle of 242.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201D68 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3229104-
CMYK0.690.7200.59
HSL242.4º56.39%26.08%-
HSV(B)242.4º72.12%40.78%-
XYZ3.532.1913.33-
YUV38.45164.99123.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 104 (41.02% from 255) = 63.03%
R=19.39%
G=17.58%
B=63.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32291040.690.7200.59242.456.3926.08
Hex201D68454803Bf2381a
Octal40351501051100733627032
Binary1000001110111010001000101100100001110111111001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201D68; }

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

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

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

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

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

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

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

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