#1204AB

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

Shades of New Midnight Blue #1204AB

Tints of New Midnight Blue #1204AB

Color information

#1204AB (or 0x1204AB) is unknown color: approx New Midnight Blue. HEX triplet: 12, 04 and AB. RGB value is (18,4,171). Sum of RGB (Red+Green+Blue) = 18+4+171=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 171 (67.19% from 255 or 88.60% from 193); Max value from RGB is 171 - color contains mainly: blue. Hex color #1204AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1204AB is #EDFB54. Grayscale: #1A1A1A. Windows color (decimal): -15596373 or 11207698. OLE color: 11207698.

HSL color Cylindrical-coordinate representation of color #1204AB: hue angle of 245.03º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1204AB is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB184171-
CMYK0.890.9800.33
HSL245.03º95.43%34.31%-
HSV(B)245.03º97.66%67.06%-
XYZ7.643.1638.73-
YUV27.22209.14121.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 171 (67.19% from 255) = 88.60%
R=9.33%
G=2.07%
B=88.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1841710.890.9800.33245.0395.4334.31
Hex124AB5962021f55f22
Octal22425313114204136513742
Binary1001010010101011101100111000100100001111101011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1204AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1204AB; }

 p { color: rgb(18,4,171); }

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

<style>
 a { background-color: #1204AB; }

 a { background-color: rgb(18,4,171); }

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

<style>
 span { border-color: #1204AB; }

 span { border-color: rgb(18,4,171); }

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