#201469

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

Shades of Midnight Blue #201469

Tints of Midnight Blue #201469

Color information

#201469 (or 0x201469) is unknown color: approx Midnight Blue. HEX triplet: 20, 14 and 69. RGB value is (32,20,105). Sum of RGB (Red+Green+Blue) = 32+20+105=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #201469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201469 is #DFEB96. Grayscale: #202020. Windows color (decimal): -14674839 or 6886432. OLE color: 6886432.

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

Color convert

RGB3220105-
CMYK0.700.8100.59
HSL248.47º68%24.51%-
HSV(B)248.47º80.95%41.18%-
XYZ3.41.8313.54-
YUV33.28168.48127.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 105 (41.41% from 255) = 66.88%
R=20.38%
G=12.74%
B=66.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32201050.700.8100.59248.476824.51
Hex201469465103Bf84419
Octal402415110612107337010431
Binary10000010100110100110001101010001011101111111000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201469; }

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

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

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

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

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

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

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

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