#20127B

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

Shades of Midnight Blue #20127B

Tints of Midnight Blue #20127B

Color information

#20127B (or 0x20127B) is unknown color: approx Midnight Blue. HEX triplet: 20, 12 and 7B. RGB value is (32,18,123). Sum of RGB (Red+Green+Blue) = 32+18+123=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #20127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20127B is #DFED84. Grayscale: #212121. Windows color (decimal): -14675333 or 8065568. OLE color: 8065568.

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

Color convert

RGB3218123-
CMYK0.740.8500.52
HSL248º74.47%27.65%-
HSV(B)248º85.37%48.24%-
XYZ4.392.1718.93-
YUV34.16178.14126.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 123 (48.44% from 255) = 71.10%
R=18.50%
G=10.40%
B=71.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32181230.740.8500.5224874.4727.65
Hex20127B4A55034f84a1c
Octal402217311212506437011234
Binary10000010010111101110010101010101011010011111000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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