#1C0472

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

Shades of Midnight Blue #1C0472

Tints of Midnight Blue #1C0472

Color information

#1C0472 (or 0x1C0472) is unknown color: approx Midnight Blue. HEX triplet: 1C, 04 and 72. RGB value is (28,4,114). Sum of RGB (Red+Green+Blue) = 28+4+114=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 114 (44.92% from 255 or 78.08% from 146); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0472 is #E3FB8D. Grayscale: #171717. Windows color (decimal): -14941070 or 7472156. OLE color: 7472156.

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

Color convert

RGB284114-
CMYK0.750.9600.55
HSL253.09º93.22%23.14%-
HSV(B)253.09º96.49%44.71%-
XYZ3.561.5516.03-
YUV23.72178.95131.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.18%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 114 (44.92% from 255) = 78.08%
R=19.18%
G=2.74%
B=78.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2841140.750.9600.55253.0993.2223.14
Hex1C4724B60037fd5d17
Octal34416211314006737513527
Binary11100100111001010010111100000011011111111101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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