#1A026E

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

Shades of Midnight Blue #1A026E

Tints of Midnight Blue #1A026E

Color information

#1A026E (or 0x1A026E) is unknown color: approx Midnight Blue. HEX triplet: 1A, 02 and 6E. RGB value is (26,2,110). Sum of RGB (Red+Green+Blue) = 26+2+110=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 110 (43.36% from 255 or 79.71% from 138); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A026E is #E5FD91. Grayscale: #151515. Windows color (decimal): -15072658 or 7209498. OLE color: 7209498.

HSL color Cylindrical-coordinate representation of color #1A026E: hue angle of 253.33º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A026E is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB262110-
CMYK0.760.9800.57
HSL253.33º96.43%21.96%-
HSV(B)253.33º98.18%43.14%-
XYZ3.261.3914.85-
YUV21.49177.95131.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.84%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 110 (43.36% from 255) = 79.71%
R=18.84%
G=1.45%
B=79.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2621100.760.9800.57253.3396.4321.96
Hex1A26E4C62039fd6016
Octal32215611414207137514026
Binary1101010110111010011001100010011100111111101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,2,110); }

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

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

 a { background-color: rgb(26,2,110); }

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

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

 span { border-color: rgb(26,2,110); }

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