#1a2183

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

Shades of Midnight Blue #1A2183

Tints of Midnight Blue #1A2183

Color information

#1A2183 (or 0x1A2183) is unknown color: approx Midnight Blue. HEX triplet: 1A, 21 and 83. RGB value is (26,33,131). Sum of RGB (Red+Green+Blue) = 26+33+131=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 131 (51.56% from 255 or 68.95% from 190); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A2183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2183 is #E5DE7C. Grayscale: #292929. Windows color (decimal): -15064701 or 8593690. OLE color: 8593690.

HSL color Cylindrical-coordinate representation of color #1A2183: hue angle of 236º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A2183 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2633131-
CMYK0.800.7500.49
HSL236º66.88%30.78%-
HSV(B)236º80.15%51.37%-
XYZ5.072.9521.77-
YUV42.08178.18116.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 131 (51.56% from 255) = 68.95%
R=13.68%
G=17.37%
B=68.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26331310.800.7500.4923666.8830.78
Hex1A2183504B031ec431f
Octal324120312011306135410337
Binary110101000011000001110100001001011011000111101100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a2183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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