#201969

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

Shades of Midnight Blue #201969

Tints of Midnight Blue #201969

Color information

#201969 (or 0x201969) is unknown color: approx Midnight Blue. HEX triplet: 20, 19 and 69. RGB value is (32,25,105). Sum of RGB (Red+Green+Blue) = 32+25+105=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #201969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201969 is #DFE696. Grayscale: #232323. Windows color (decimal): -14673559 or 6887712. OLE color: 6887712.

HSL color Cylindrical-coordinate representation of color #201969: hue angle of 245.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201969 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3225105-
CMYK0.700.7600.59
HSL245.25º61.54%25.49%-
HSV(B)245.25º76.19%41.18%-
XYZ3.492.0213.57-
YUV36.21166.82125-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 105 (41.41% from 255) = 64.81%
R=19.75%
G=15.43%
B=64.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32251050.700.7600.59245.2561.5425.49
Hex201969464C03Bf53e19
Octal40311511061140733657631
Binary1000001100111010011000110100110001110111111010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201969; }

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

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

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

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

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

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

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

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