#212688

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

Shades of Midnight Blue #212688

Tints of Midnight Blue #212688

Color information

#212688 (or 0x212688) is unknown color: approx Midnight Blue. HEX triplet: 21, 26 and 88. RGB value is (33,38,136). Sum of RGB (Red+Green+Blue) = 33+38+136=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #212688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212688 is #DED977. Grayscale: #2F2F2F. Windows color (decimal): -14604664 or 8922657. OLE color: 8922657.

HSL color Cylindrical-coordinate representation of color #212688: hue angle of 237.09º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212688 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3338136-
CMYK0.760.7200.47
HSL237.09º60.95%33.14%-
HSV(B)237.09º75.74%53.33%-
XYZ5.763.4923.66-
YUV47.68177.84117.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 136 (53.52% from 255) = 65.70%
R=15.94%
G=18.36%
B=65.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33381360.760.7200.47237.0960.9533.14
Hex2126884C4802Fed3d21
Octal41462101141100573557541
Binary1000011001101000100010011001001000010111111101101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212688; }

 p { color: rgb(33,38,136); }

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

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

 a { background-color: rgb(33,38,136); }

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

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

 span { border-color: rgb(33,38,136); }

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