#20267B

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

Shades of Midnight Blue #20267B

Tints of Midnight Blue #20267B

Color information

#20267B (or 0x20267B) is unknown color: approx Midnight Blue. HEX triplet: 20, 26 and 7B. RGB value is (32,38,123). Sum of RGB (Red+Green+Blue) = 32+38+123=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #20267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20267B is #DFD984. Grayscale: #2D2D2D. Windows color (decimal): -14670213 or 8070688. OLE color: 8070688.

HSL color Cylindrical-coordinate representation of color #20267B: hue angle of 236.04º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20267B is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3238123-
CMYK0.740.6900.52
HSL236.04º58.71%30.39%-
HSV(B)236.04º73.98%48.24%-
XYZ4.863.1219.09-
YUV45.9171.51118.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.58%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 123 (48.44% from 255) = 63.73%
R=16.58%
G=19.69%
B=63.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32381230.740.6900.52236.0458.7130.39
Hex20267B4A45034ec3b1e
Octal40461731121050643547336
Binary10000010011011110111001010100010101101001110110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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