#202885

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

Shades of Midnight Blue #202885

Tints of Midnight Blue #202885

Color information

#202885 (or 0x202885) is unknown color: approx Midnight Blue. HEX triplet: 20, 28 and 85. RGB value is (32,40,133). Sum of RGB (Red+Green+Blue) = 32+40+133=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #202885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202885 is #DFD77A. Grayscale: #2F2F2F. Windows color (decimal): -14669691 or 8726560. OLE color: 8726560.

HSL color Cylindrical-coordinate representation of color #202885: hue angle of 235.25º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202885 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3240133-
CMYK0.760.7000.48
HSL235.25º61.21%32.35%-
HSV(B)235.25º75.94%52.16%-
XYZ5.593.5222.57-
YUV48.21175.85116.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=15.61%
G=19.51%
B=64.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32401330.760.7000.48235.2561.2132.35
Hex2028854C46030eb3d20
Octal40502051141060603537540
Binary1000001010001000010110011001000110011000011101011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202885; }

 p { color: rgb(32,40,133); }

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

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

 a { background-color: rgb(32,40,133); }

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

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

 span { border-color: rgb(32,40,133); }

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