#210F6E

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

Shades of Midnight Blue #210F6E

Tints of Midnight Blue #210F6E

Color information

#210F6E (or 0x210F6E) is unknown color: approx Midnight Blue. HEX triplet: 21, 0F and 6E. RGB value is (33,15,110). Sum of RGB (Red+Green+Blue) = 33+15+110=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #210F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210F6E is #DEF091. Grayscale: #1E1E1E. Windows color (decimal): -14610578 or 7212833. OLE color: 7212833.

HSL color Cylindrical-coordinate representation of color #210F6E: hue angle of 251.37º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #210F6E is Cyan = 0.7, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3315110-
CMYK0.70.8600.57
HSL251.37º76%24.51%-
HSV(B)251.37º86.36%43.14%-
XYZ3.611.7914.91-
YUV31.21172.46129.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 15 (6.25% from 255) = 9.49%
BLUE value IS 110 (43.36% from 255) = 69.62%
R=20.89%
G=9.49%
B=69.62%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33151100.70.8600.57251.377624.51
Hex21F6E4656039fb4c19
Octal411715610612607137311431
Binary1000011111110111010001101010110011100111111011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,15,110); }

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

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

 a { background-color: rgb(33,15,110); }

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

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

 span { border-color: rgb(33,15,110); }

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