#201268

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

Shades of Midnight Blue #201268

Tints of Midnight Blue #201268

Color information

#201268 (or 0x201268) is unknown color: approx Midnight Blue. HEX triplet: 20, 12 and 68. RGB value is (32,18,104). Sum of RGB (Red+Green+Blue) = 32+18+104=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #201268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201268 is #DFED97. Grayscale: #1F1F1F. Windows color (decimal): -14675352 or 6820384. OLE color: 6820384.

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

Color convert

RGB3218104-
CMYK0.690.8300.59
HSL249.77º70.49%23.92%-
HSV(B)249.77º82.69%40.78%-
XYZ3.311.7413.26-
YUV31.99168.64128.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.78%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 104 (41.02% from 255) = 67.53%
R=20.78%
G=11.69%
B=67.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32181040.690.8300.59249.7770.4923.92
Hex201268455303Bfa4618
Octal402215010512307337210630
Binary10000010010110100010001011010011011101111111010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201268; }

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

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

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

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

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

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

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

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