#1A2583

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

Shades of Midnight Blue #1A2583

Tints of Midnight Blue #1A2583

Color information

#1A2583 (or 0x1A2583) is unknown color: approx Midnight Blue. HEX triplet: 1A, 25 and 83. RGB value is (26,37,131). Sum of RGB (Red+Green+Blue) = 26+37+131=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 131 (51.56% from 255 or 67.53% from 194); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A2583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2583 is #E5DA7C. Grayscale: #2C2C2C. Windows color (decimal): -15063677 or 8594714. OLE color: 8594714.

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

Color convert

RGB2637131-
CMYK0.800.7200.49
HSL233.71º66.88%30.78%-
HSV(B)233.71º80.15%51.37%-
XYZ5.183.1821.81-
YUV44.43176.86114.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.40%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 131 (51.56% from 255) = 67.53%
R=13.40%
G=19.07%
B=67.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26371310.800.7200.49233.7166.8830.78
Hex1A25835048031ea431f
Octal324520312011006135210337
Binary110101001011000001110100001001000011000111101010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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