#1A1D63

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

Shades of Midnight Blue #1A1D63

Tints of Midnight Blue #1A1D63

Color information

#1A1D63 (or 0x1A1D63) is unknown color: approx Midnight Blue. HEX triplet: 1A, 1D and 63. RGB value is (26,29,99). Sum of RGB (Red+Green+Blue) = 26+29+99=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A1D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1D63 is #E5E29C. Grayscale: #232323. Windows color (decimal): -15065757 or 6495514. OLE color: 6495514.

HSL color Cylindrical-coordinate representation of color #1A1D63: hue angle of 237.53º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A1D63 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB262999-
CMYK0.740.7100.61
HSL237.53º58.4%24.51%-
HSV(B)237.53º73.74%38.82%-
XYZ3.12212.03-
YUV36.08163.51120.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.88%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=16.88%
G=18.83%
B=64.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2629990.740.7100.61237.5358.424.51
Hex1A1D634A4703Dee3a19
Octal32351431121070753567231
Binary110101110111000111001010100011101111011110111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,29,99); }

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

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

 a { background-color: rgb(26,29,99); }

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

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

 span { border-color: rgb(26,29,99); }

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