#1A2678

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

Shades of Midnight Blue #1A2678

Tints of Midnight Blue #1A2678

Color information

#1A2678 (or 0x1A2678) is unknown color: approx Midnight Blue. HEX triplet: 1A, 26 and 78. RGB value is (26,38,120). Sum of RGB (Red+Green+Blue) = 26+38+120=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A2678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2678 is #E5D987. Grayscale: #2B2B2B. Windows color (decimal): -15063432 or 7874074. OLE color: 7874074.

HSL color Cylindrical-coordinate representation of color #1A2678: hue angle of 232.34º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A2678 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2638120-
CMYK0.780.6800.53
HSL232.34º64.38%28.63%-
HSV(B)232.34º78.33%47.06%-
XYZ4.512.9618.1-
YUV43.76171.02115.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.13%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 120 (47.27% from 255) = 65.22%
R=14.13%
G=20.65%
B=65.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26381200.780.6800.53232.3464.3828.63
Hex1A26784E44035e8401d
Octal324617011610406535010035
Binary11010100110111100010011101000100011010111101000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,38,120); }

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

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

 a { background-color: rgb(26,38,120); }

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

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

 span { border-color: rgb(26,38,120); }

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