#1A226E

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

Shades of Midnight Blue #1A226E

Tints of Midnight Blue #1A226E

Color information

#1A226E (or 0x1A226E) is unknown color: approx Midnight Blue. HEX triplet: 1A, 22 and 6E. RGB value is (26,34,110). Sum of RGB (Red+Green+Blue) = 26+34+110=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 110 (43.36% from 255 or 64.71% from 170); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A226E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A226E is #E5DD91. Grayscale: #272727. Windows color (decimal): -15064466 or 7217690. OLE color: 7217690.

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

Color convert

RGB2634110-
CMYK0.760.6900.57
HSL234.29º61.76%26.67%-
HSV(B)234.29º76.36%43.14%-
XYZ3.812.4915.03-
YUV40.27167.35117.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.29%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 110 (43.36% from 255) = 64.71%
R=15.29%
G=20%
B=64.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26341100.760.6900.57234.2961.7626.67
Hex1A226E4C45039ea3e1b
Octal32421561141050713527633
Binary1101010001011011101001100100010101110011110101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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