#212067

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

Shades of Midnight Blue #212067

Tints of Midnight Blue #212067

Color information

#212067 (or 0x212067) is unknown color: approx Midnight Blue. HEX triplet: 21, 20 and 67. RGB value is (33,32,103). Sum of RGB (Red+Green+Blue) = 33+32+103=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #212067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212067 is #DEDF98. Grayscale: #282828. Windows color (decimal): -14606233 or 6758433. OLE color: 6758433.

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

Color convert

RGB3332103-
CMYK0.680.6900.60
HSL240.85º52.59%26.47%-
HSV(B)240.85º68.93%40.39%-
XYZ3.592.3413.09-
YUV40.39163.33122.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 103 (40.62% from 255) = 61.31%
R=19.64%
G=19.05%
B=61.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33321030.680.6900.60240.8552.5926.47
Hex212067444503Cf1351a
Octal41401471041050743616532
Binary10000110000011001111000100100010101111001111000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212067; }

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

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

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

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

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

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

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

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