#1A1F83

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

Shades of Midnight Blue #1A1F83

Tints of Midnight Blue #1A1F83

Color information

#1A1F83 (or 0x1A1F83) is unknown color: approx Midnight Blue. HEX triplet: 1A, 1F and 83. RGB value is (26,31,131). Sum of RGB (Red+Green+Blue) = 26+31+131=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A1F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1F83 is #E5E07C. Grayscale: #282828. Windows color (decimal): -15065213 or 8593178. OLE color: 8593178.

HSL color Cylindrical-coordinate representation of color #1A1F83: hue angle of 237.14º 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 #1A1F83 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2631131-
CMYK0.800.7600.49
HSL237.14º66.88%30.78%-
HSV(B)237.14º80.15%51.37%-
XYZ5.012.8421.76-
YUV40.9178.84117.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.83%
GREEN value IS 31 (12.5% from 255) = 16.49%
BLUE value IS 131 (51.56% from 255) = 69.68%
R=13.83%
G=16.49%
B=69.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26311310.800.7600.49237.1466.8830.78
Hex1A1F83504C031ed431f
Octal323720312011406135510337
Binary11010111111000001110100001001100011000111101101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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