#201467

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

Shades of Midnight Blue #201467

Tints of Midnight Blue #201467

Color information

#201467 (or 0x201467) is unknown color: approx Midnight Blue. HEX triplet: 20, 14 and 67. RGB value is (32,20,103). Sum of RGB (Red+Green+Blue) = 32+20+103=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #201467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201467 is #DFEB98. Grayscale: #202020. Windows color (decimal): -14674841 or 6755360. OLE color: 6755360.

HSL color Cylindrical-coordinate representation of color #201467: hue angle of 248.67º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201467 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3220103-
CMYK0.690.8100.60
HSL248.67º67.48%24.12%-
HSV(B)248.67º80.58%40.39%-
XYZ3.291.7913-
YUV33.05167.48127.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 103 (40.62% from 255) = 66.45%
R=20.65%
G=12.90%
B=66.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32201030.690.8100.60248.6767.4824.12
Hex201467455103Cf94318
Octal402414710512107437110330
Binary10000010100110011110001011010001011110011111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201467; }

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

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

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

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

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

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

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

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