#20247C

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

Shades of Midnight Blue #20247C

Tints of Midnight Blue #20247C

Color information

#20247C (or 0x20247C) is unknown color: approx Midnight Blue. HEX triplet: 20, 24 and 7C. RGB value is (32,36,124). Sum of RGB (Red+Green+Blue) = 32+36+124=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #20247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20247C is #DFDB83. Grayscale: #2C2C2C. Windows color (decimal): -14670724 or 8135712. OLE color: 8135712.

HSL color Cylindrical-coordinate representation of color #20247C: hue angle of 237.39º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20247C is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3236124-
CMYK0.740.7100.51
HSL237.39º58.97%30.59%-
HSV(B)237.39º74.19%48.63%-
XYZ4.863.0219.4-
YUV44.84172.67118.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=16.67%
G=18.75%
B=64.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32361240.740.7100.51237.3958.9730.59
Hex20247C4A47033ed3b1f
Octal40441741121070633557337
Binary10000010010011111001001010100011101100111110110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20247C; }

 p { color: rgb(32,36,124); }

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

<style>
 a { background-color: #20247C; }

 a { background-color: rgb(32,36,124); }

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

<style>
 span { border-color: #20247C; }

 span { border-color: rgb(32,36,124); }

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