#1A137F

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

Shades of Midnight Blue #1A137F

Tints of Midnight Blue #1A137F

Color information

#1A137F (or 0x1A137F) is unknown color: approx Midnight Blue. HEX triplet: 1A, 13 and 7F. RGB value is (26,19,127). Sum of RGB (Red+Green+Blue) = 26+19+127=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 127 (50% from 255 or 73.84% from 172); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A137F is #E5EC80. Grayscale: #202020. Windows color (decimal): -15068289 or 8327962. OLE color: 8327962.

HSL color Cylindrical-coordinate representation of color #1A137F: hue angle of 243.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A137F is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2619127-
CMYK0.800.8500.50
HSL243.89º73.97%28.63%-
HSV(B)243.89º85.04%49.8%-
XYZ4.492.2220.27-
YUV33.4180.82122.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.12%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 127 (50% from 255) = 73.84%
R=15.12%
G=11.05%
B=73.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26191270.800.8500.50243.8973.9728.63
Hex1A137F5055032f44a1d
Octal322317712012506236411235
Binary1101010011111111110100001010101011001011110100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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