#1C046E

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

Shades of Midnight Blue #1C046E

Tints of Midnight Blue #1C046E

Color information

#1C046E (or 0x1C046E) is unknown color: approx Midnight Blue. HEX triplet: 1C, 04 and 6E. RGB value is (28,4,110). Sum of RGB (Red+Green+Blue) = 28+4+110=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C046E is #E3FB91. Grayscale: #161616. Windows color (decimal): -14941074 or 7210012. OLE color: 7210012.

HSL color Cylindrical-coordinate representation of color #1C046E: hue angle of 253.58º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C046E is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB284110-
CMYK0.750.9600.57
HSL253.58º92.98%22.35%-
HSV(B)253.58º96.36%43.14%-
XYZ3.341.4614.86-
YUV23.26176.95131.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 110 (43.36% from 255) = 77.46%
R=19.72%
G=2.82%
B=77.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2841100.750.9600.57253.5892.9822.35
Hex1C46E4B60039fe5d16
Octal34415611314007137613526
Binary11100100110111010010111100000011100111111110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,4,110); }

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

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

 a { background-color: rgb(28,4,110); }

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

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

 span { border-color: rgb(28,4,110); }

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