#1004AB

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

Shades of New Midnight Blue #1004AB

Tints of New Midnight Blue #1004AB

Color information

#1004AB (or 0x1004AB) is unknown color: approx New Midnight Blue. HEX triplet: 10, 04 and AB. RGB value is (16,4,171). Sum of RGB (Red+Green+Blue) = 16+4+171=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 171 (67.19% from 255 or 89.53% from 191); Max value from RGB is 171 - color contains mainly: blue. Hex color #1004AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1004AB is #EFFB54. Grayscale: #191919. Windows color (decimal): -15727445 or 11207696. OLE color: 11207696.

HSL color Cylindrical-coordinate representation of color #1004AB: hue angle of 244.31º 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 #1004AB is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164171-
CMYK0.910.9800.33
HSL244.31º95.43%34.31%-
HSV(B)244.31º97.66%67.06%-
XYZ7.613.1438.73-
YUV26.63209.48120.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 171 (67.19% from 255) = 89.53%
R=8.38%
G=2.09%
B=89.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641710.910.9800.33244.3195.4334.31
Hex104AB5B62021f45f22
Octal20425313314204136413742
Binary1000010010101011101101111000100100001111101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1004AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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