#201c7f

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

Shades of Midnight Blue #201C7F

Tints of Midnight Blue #201C7F

Color information

#201C7F (or 0x201C7F) is unknown color: approx Midnight Blue. HEX triplet: 20, 1C and 7F. RGB value is (32,28,127). Sum of RGB (Red+Green+Blue) = 32+28+127=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #201C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C7F is #DFE380. Grayscale: #282828. Windows color (decimal): -14672769 or 8330272. OLE color: 8330272.

HSL color Cylindrical-coordinate representation of color #201C7F: hue angle of 242.42º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201C7F is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3228127-
CMYK0.750.7800.50
HSL242.42º63.87%30.39%-
HSV(B)242.42º77.95%49.8%-
XYZ4.842.6720.34-
YUV40.48176.83121.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 127 (50% from 255) = 67.91%
R=17.11%
G=14.97%
B=67.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32281270.750.7800.50242.4263.8730.39
Hex201C7F4B4E032f2401e
Octal403417711311606236210036
Binary10000011100111111110010111001110011001011110010100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,28,127); }

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

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

 a { background-color: rgb(32,28,127); }

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

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

 span { border-color: rgb(32,28,127); }

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