#201368

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

Shades of Midnight Blue #201368

Tints of Midnight Blue #201368

Color information

#201368 (or 0x201368) is unknown color: approx Midnight Blue. HEX triplet: 20, 13 and 68. RGB value is (32,19,104). Sum of RGB (Red+Green+Blue) = 32+19+104=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #201368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201368 is #DFEC97. Grayscale: #202020. Windows color (decimal): -14675096 or 6820640. OLE color: 6820640.

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

Color convert

RGB3219104-
CMYK0.690.8200.59
HSL249.18º69.11%24.12%-
HSV(B)249.18º81.73%40.78%-
XYZ3.331.7713.26-
YUV32.58168.31127.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 104 (41.02% from 255) = 67.10%
R=20.65%
G=12.26%
B=67.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32191040.690.8200.59249.1869.1124.12
Hex201368455203Bf94518
Octal402315010512207337110530
Binary10000010011110100010001011010010011101111111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201368; }

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

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

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

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

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

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

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

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