#1A0C73

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

Shades of Midnight Blue #1A0C73

Tints of Midnight Blue #1A0C73

Color information

#1A0C73 (or 0x1A0C73) is unknown color: approx Midnight Blue. HEX triplet: 1A, 0C and 73. RGB value is (26,12,115). Sum of RGB (Red+Green+Blue) = 26+12+115=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A0C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0C73 is #E5F38C. Grayscale: #1B1B1B. Windows color (decimal): -15070093 or 7539738. OLE color: 7539738.

HSL color Cylindrical-coordinate representation of color #1A0C73: hue angle of 248.16º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0C73 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2612115-
CMYK0.770.9000.55
HSL248.16º81.1%24.9%-
HSV(B)248.16º89.57%45.1%-
XYZ3.651.7216.36-
YUV27.93177.14126.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.99%
GREEN value IS 12 (5.08% from 255) = 7.84%
BLUE value IS 115 (45.31% from 255) = 75.16%
R=16.99%
G=7.84%
B=75.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26121150.770.9000.55248.1681.124.9
Hex1AC734D5A037f85119
Octal321416311513206737012131
Binary110101100111001110011011011010011011111111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,12,115); }

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

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

 a { background-color: rgb(26,12,115); }

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

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

 span { border-color: rgb(26,12,115); }

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