#1A257F

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

Shades of Midnight Blue #1A257F

Tints of Midnight Blue #1A257F

Color information

#1A257F (or 0x1A257F) is unknown color: approx Midnight Blue. HEX triplet: 1A, 25 and 7F. RGB value is (26,37,127). Sum of RGB (Red+Green+Blue) = 26+37+127=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A257F is #E5DA80. Grayscale: #2B2B2B. Windows color (decimal): -15063681 or 8332570. OLE color: 8332570.

HSL color Cylindrical-coordinate representation of color #1A257F: hue angle of 233.47º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A257F is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2637127-
CMYK0.800.7100.50
HSL233.47º66.01%30%-
HSV(B)233.47º79.53%49.8%-
XYZ4.923.0820.41-
YUV43.97174.86115.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 127 (50% from 255) = 66.84%
R=13.68%
G=19.47%
B=66.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26371270.800.7100.50233.4766.0130
Hex1A257F5047032e9421e
Octal324517712010706235110236
Binary11010100101111111110100001000111011001011101001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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