#20267F

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

Shades of Midnight Blue #20267F

Tints of Midnight Blue #20267F

Color information

#20267F (or 0x20267F) is unknown color: approx Midnight Blue. HEX triplet: 20, 26 and 7F. RGB value is (32,38,127). Sum of RGB (Red+Green+Blue) = 32+38+127=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #20267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20267F is #DFD980. Grayscale: #2D2D2D. Windows color (decimal): -14670209 or 8332832. OLE color: 8332832.

HSL color Cylindrical-coordinate representation of color #20267F: hue angle of 236.21º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20267F is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3238127-
CMYK0.750.7000.50
HSL236.21º59.75%31.18%-
HSV(B)236.21º74.8%49.8%-
XYZ5.123.2320.43-
YUV46.35173.51117.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 127 (50% from 255) = 64.47%
R=16.24%
G=19.29%
B=64.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32381270.750.7000.50236.2159.7531.18
Hex20267F4B46032ec3c1f
Octal40461771131060623547437
Binary10000010011011111111001011100011001100101110110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20267F; }

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

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

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

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

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

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

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

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