#201985

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

Shades of Midnight Blue #201985

Tints of Midnight Blue #201985

Color information

#201985 (or 0x201985) is unknown color: approx Midnight Blue. HEX triplet: 20, 19 and 85. RGB value is (32,25,133). Sum of RGB (Red+Green+Blue) = 32+25+133=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #201985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201985 is #DFE67A. Grayscale: #262626. Windows color (decimal): -14673531 or 8722720. OLE color: 8722720.

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

Color convert

RGB3225133-
CMYK0.760.8100.48
HSL243.89º68.35%30.98%-
HSV(B)243.89º81.2%52.16%-
XYZ5.182.722.44-
YUV39.4180.82122.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 133 (52.34% from 255) = 70%
R=16.84%
G=13.16%
B=70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32251330.760.8100.48243.8968.3530.98
Hex2019854C51030f4441f
Octal403120511412106036410437
Binary100000110011000010110011001010001011000011110100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201985; }

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

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

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

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

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

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

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

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