#211462

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

Shades of Midnight Blue #211462

Tints of Midnight Blue #211462

Color information

#211462 (or 0x211462) is unknown color: approx Midnight Blue. HEX triplet: 21, 14 and 62. RGB value is (33,20,98). Sum of RGB (Red+Green+Blue) = 33+20+98=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #211462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211462 is #DEEB9D. Grayscale: #202020. Windows color (decimal): -14609310 or 6427681. OLE color: 6427681.

HSL color Cylindrical-coordinate representation of color #211462: hue angle of 250º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211462 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB332098-
CMYK0.660.8000.62
HSL250º66.1%23.14%-
HSV(B)250º79.59%38.43%-
XYZ3.081.7111.72-
YUV32.78164.81128.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 98 (38.67% from 255) = 64.90%
R=21.85%
G=13.25%
B=64.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3320980.660.8000.6225066.123.14
Hex211462425003Efa4217
Octal412414210212007637210227
Binary10000110100110001010000101010000011111011111010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211462; }

 p { color: rgb(33,20,98); }

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

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

 a { background-color: rgb(33,20,98); }

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

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

 span { border-color: rgb(33,20,98); }

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