#1C0574

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

Shades of Midnight Blue #1C0574

Tints of Midnight Blue #1C0574

Color information

#1C0574 (or 0x1C0574) is unknown color: approx Midnight Blue. HEX triplet: 1C, 05 and 74. RGB value is (28,5,116). Sum of RGB (Red+Green+Blue) = 28+5+116=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 116 (45.70% from 255 or 77.85% from 149); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C0574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0574 is #E3FA8B. Grayscale: #181818. Windows color (decimal): -14940812 or 7603484. OLE color: 7603484.

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

Color convert

RGB285116-
CMYK0.760.9600.55
HSL252.43º91.74%23.73%-
HSV(B)252.43º95.69%45.49%-
XYZ3.691.6216.64-
YUV24.53179.62130.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.79%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 116 (45.70% from 255) = 77.85%
R=18.79%
G=3.36%
B=77.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2851160.760.9600.55252.4391.7423.73
Hex1C5744C60037fc5c18
Octal34516411414006737413430
Binary11100101111010010011001100000011011111111100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,5,116); }

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

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

 a { background-color: rgb(28,5,116); }

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

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

 span { border-color: rgb(28,5,116); }

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