#210E73

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

Shades of Midnight Blue #210E73

Tints of Midnight Blue #210E73

Color information

#210E73 (or 0x210E73) is unknown color: approx Midnight Blue. HEX triplet: 21, 0E and 73. RGB value is (33,14,115). Sum of RGB (Red+Green+Blue) = 33+14+115=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #210E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210E73 is #DEF18C. Grayscale: #1E1E1E. Windows color (decimal): -14610829 or 7540257. OLE color: 7540257.

HSL color Cylindrical-coordinate representation of color #210E73: hue angle of 251.29º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210E73 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3314115-
CMYK0.710.8800.55
HSL251.29º78.29%25.29%-
HSV(B)251.29º87.83%45.1%-
XYZ3.881.8816.38-
YUV31.2175.29129.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 14 (5.86% from 255) = 8.64%
BLUE value IS 115 (45.31% from 255) = 70.99%
R=20.37%
G=8.64%
B=70.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33141150.710.8800.55251.2978.2925.29
Hex21E734758037fb4e19
Octal411616310713006737311631
Binary1000011110111001110001111011000011011111111011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210E73; }

 p { color: rgb(33,14,115); }

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

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

 a { background-color: rgb(33,14,115); }

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

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

 span { border-color: rgb(33,14,115); }

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