#21277A

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

Shades of Midnight Blue #21277A

Tints of Midnight Blue #21277A

Color information

#21277A (or 0x21277A) is unknown color: approx Midnight Blue. HEX triplet: 21, 27 and 7A. RGB value is (33,39,122). Sum of RGB (Red+Green+Blue) = 33+39+122=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #21277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21277A is #DED885. Grayscale: #2E2E2E. Windows color (decimal): -14604422 or 8005409. OLE color: 8005409.

HSL color Cylindrical-coordinate representation of color #21277A: hue angle of 235.96º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21277A is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3339122-
CMYK0.730.6800.52
HSL235.96º57.42%30.39%-
HSV(B)235.96º72.95%47.84%-
XYZ4.873.1818.77-
YUV46.67170.51118.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 122 (48.05% from 255) = 62.89%
R=17.01%
G=20.10%
B=62.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33391220.730.6800.52235.9657.4230.39
Hex21277A4944034ec391e
Octal41471721111040643547136
Binary10000110011111110101001001100010001101001110110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21277A; }

 p { color: rgb(33,39,122); }

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

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

 a { background-color: rgb(33,39,122); }

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

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

 span { border-color: rgb(33,39,122); }

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