#1A2063

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

Shades of Midnight Blue #1A2063

Tints of Midnight Blue #1A2063

Color information

#1A2063 (or 0x1A2063) is unknown color: approx Midnight Blue. HEX triplet: 1A, 20 and 63. RGB value is (26,32,99). Sum of RGB (Red+Green+Blue) = 26+32+99=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A2063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2063 is #E5DF9C. Grayscale: #252525. Windows color (decimal): -15064989 or 6496282. OLE color: 6496282.

HSL color Cylindrical-coordinate representation of color #1A2063: hue angle of 235.07º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A2063 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB263299-
CMYK0.740.6800.61
HSL235.07º58.4%24.51%-
HSV(B)235.07º73.74%38.82%-
XYZ3.192.1512.05-
YUV37.84162.51119.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 99 (39.06% from 255) = 63.06%
R=16.56%
G=20.38%
B=63.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2632990.740.6800.61235.0758.424.51
Hex1A20634A4403Deb3a19
Octal32401431121040753537231
Binary1101010000011000111001010100010001111011110101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,32,99); }

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

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

 a { background-color: rgb(26,32,99); }

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

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

 span { border-color: rgb(26,32,99); }

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