#1A2874

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

Shades of Midnight Blue #1A2874

Tints of Midnight Blue #1A2874

Color information

#1A2874 (or 0x1A2874) is unknown color: approx Midnight Blue. HEX triplet: 1A, 28 and 74. RGB value is (26,40,116). Sum of RGB (Red+Green+Blue) = 26+40+116=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A2874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2874 is #E5D78B. Grayscale: #2C2C2C. Windows color (decimal): -15062924 or 7612442. OLE color: 7612442.

HSL color Cylindrical-coordinate representation of color #1A2874: hue angle of 230.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A2874 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2640116-
CMYK0.780.6600.55
HSL230.67º63.38%27.84%-
HSV(B)230.67º77.59%45.49%-
XYZ4.34316.87-
YUV44.48168.36114.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.29%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 116 (45.70% from 255) = 63.74%
R=14.29%
G=21.98%
B=63.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26401160.780.6600.55230.6763.3827.84
Hex1A28744E42037e73f1c
Octal32501641161020673477734
Binary1101010100011101001001110100001001101111110011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,40,116); }

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

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

 a { background-color: rgb(26,40,116); }

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

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

 span { border-color: rgb(26,40,116); }

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