#202485

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

Shades of Midnight Blue #202485

Tints of Midnight Blue #202485

Color information

#202485 (or 0x202485) is unknown color: approx Midnight Blue. HEX triplet: 20, 24 and 85. RGB value is (32,36,133). Sum of RGB (Red+Green+Blue) = 32+36+133=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #202485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202485 is #DFDB7A. Grayscale: #2D2D2D. Windows color (decimal): -14670715 or 8725536. OLE color: 8725536.

HSL color Cylindrical-coordinate representation of color #202485: hue angle of 237.62º 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 #202485 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3236133-
CMYK0.760.7300.48
HSL237.62º61.21%32.35%-
HSV(B)237.62º75.94%52.16%-
XYZ5.463.2622.53-
YUV45.86177.17118.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=15.92%
G=17.91%
B=66.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32361330.760.7300.48237.6261.2132.35
Hex2024854C49030ee3d20
Octal40442051141110603567540
Binary1000001001001000010110011001001001011000011101110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202485; }

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

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

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

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

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

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

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

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