#1A2668

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

Shades of Midnight Blue #1A2668

Tints of Midnight Blue #1A2668

Color information

#1A2668 (or 0x1A2668) is unknown color: approx Midnight Blue. HEX triplet: 1A, 26 and 68. RGB value is (26,38,104). Sum of RGB (Red+Green+Blue) = 26+38+104=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A2668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2668 is #E5D997. Grayscale: #292929. Windows color (decimal): -15063448 or 6825498. OLE color: 6825498.

HSL color Cylindrical-coordinate representation of color #1A2668: hue angle of 230.77º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A2668 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2638104-
CMYK0.750.6300.59
HSL230.77º60%25.49%-
HSV(B)230.77º75%40.78%-
XYZ3.622.6113.41-
YUV41.94163.02116.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.48%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=15.48%
G=22.62%
B=61.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26381040.750.6300.59230.776025.49
Hex1A26684B3F03Be73c19
Octal3246150113770733477431
Binary110101001101101000100101111111101110111110011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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