#1A0C74

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

Shades of Midnight Blue #1A0C74

Tints of Midnight Blue #1A0C74

Color information

#1A0C74 (or 0x1A0C74) is unknown color: approx Midnight Blue. HEX triplet: 1A, 0C and 74. RGB value is (26,12,116). Sum of RGB (Red+Green+Blue) = 26+12+116=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 116 (45.70% from 255 or 75.32% from 154); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A0C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0C74 is #E5F38B. Grayscale: #1B1B1B. Windows color (decimal): -15070092 or 7605274. OLE color: 7605274.

HSL color Cylindrical-coordinate representation of color #1A0C74: hue angle of 248.08º 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 #1A0C74 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2612116-
CMYK0.780.9000.55
HSL248.08º81.25%25.1%-
HSV(B)248.08º89.66%45.49%-
XYZ3.711.7416.66-
YUV28.04177.64126.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.88%
GREEN value IS 12 (5.08% from 255) = 7.79%
BLUE value IS 116 (45.70% from 255) = 75.32%
R=16.88%
G=7.79%
B=75.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26121160.780.9000.55248.0881.2525.1
Hex1AC744E5A037f85119
Octal321416411613206737012131
Binary110101100111010010011101011010011011111111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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