#201F66

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

Shades of Midnight Blue #201F66

Tints of Midnight Blue #201F66

Color information

#201F66 (or 0x201F66) is unknown color: approx Midnight Blue. HEX triplet: 20, 1F and 66. RGB value is (32,31,102). Sum of RGB (Red+Green+Blue) = 32+31+102=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #201F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F66 is #DFE099. Grayscale: #272727. Windows color (decimal): -14672026 or 6692640. OLE color: 6692640.

HSL color Cylindrical-coordinate representation of color #201F66: hue angle of 240.85º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #201F66 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3231102-
CMYK0.690.7000.6
HSL240.85º53.38%26.08%-
HSV(B)240.85º69.61%40%-
XYZ3.482.2512.82-
YUV39.39163.33122.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 102 (40.23% from 255) = 61.82%
R=19.39%
G=18.79%
B=61.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32311020.690.7000.6240.8553.3826.08
Hex201F66454603Cf1351a
Octal40371461051060743616532
Binary1000001111111001101000101100011001111001111000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,31,102); }

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

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

 a { background-color: rgb(32,31,102); }

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

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

 span { border-color: rgb(32,31,102); }

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