#1A257D

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

Shades of Midnight Blue #1A257D

Tints of Midnight Blue #1A257D

Color information

#1A257D (or 0x1A257D) is unknown color: approx Midnight Blue. HEX triplet: 1A, 25 and 7D. RGB value is (26,37,125). Sum of RGB (Red+Green+Blue) = 26+37+125=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A257D is #E5DA82. Grayscale: #2B2B2B. Windows color (decimal): -15063683 or 8201498. OLE color: 8201498.

HSL color Cylindrical-coordinate representation of color #1A257D: hue angle of 233.33º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A257D is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2637125-
CMYK0.790.7000.51
HSL233.33º65.56%29.61%-
HSV(B)233.33º79.2%49.02%-
XYZ4.793.0219.73-
YUV43.74173.86115.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.83%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 125 (49.22% from 255) = 66.49%
R=13.83%
G=19.68%
B=66.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26371250.790.7000.51233.3365.5629.61
Hex1A257D4F46033e9421e
Octal324517511710606335110236
Binary11010100101111110110011111000110011001111101001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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