#1A215E

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

Shades of Midnight Blue #1A215E

Tints of Midnight Blue #1A215E

Color information

#1A215E (or 0x1A215E) is unknown color: approx Midnight Blue. HEX triplet: 1A, 21 and 5E. RGB value is (26,33,94). Sum of RGB (Red+Green+Blue) = 26+33+94=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A215E is #E5DEA1. Grayscale: #252525. Windows color (decimal): -15064738 or 6168858. OLE color: 6168858.

HSL color Cylindrical-coordinate representation of color #1A215E: hue angle of 233.82º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A215E is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB263394-
CMYK0.720.6500.63
HSL233.82º56.67%23.53%-
HSV(B)233.82º72.34%36.86%-
XYZ2.992.1210.84-
YUV37.86159.68119.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.99%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 94 (37.11% from 255) = 61.44%
R=16.99%
G=21.57%
B=61.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2633940.720.6500.63233.8256.6723.53
Hex1A215E484103Fea3918
Octal32411361101010773527130
Binary1101010000110111101001000100000101111111110101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A215E; }

 p { color: rgb(26,33,94); }

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

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

 a { background-color: rgb(26,33,94); }

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

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

 span { border-color: rgb(26,33,94); }

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