#1C1973

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

Shades of Midnight Blue #1C1973

Tints of Midnight Blue #1C1973

Color information

#1C1973 (or 0x1C1973) is unknown color: approx Midnight Blue. HEX triplet: 1C, 19 and 73. RGB value is (28,25,115). Sum of RGB (Red+Green+Blue) = 28+25+115=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1973 is #E3E68C. Grayscale: #232323. Windows color (decimal): -14935693 or 7543068. OLE color: 7543068.

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

Color convert

RGB2825115-
CMYK0.760.7800.55
HSL242º64.29%27.45%-
HSV(B)242º78.26%45.1%-
XYZ3.922.1816.43-
YUV36.16172.49122.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.67%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 115 (45.31% from 255) = 68.45%
R=16.67%
G=14.88%
B=68.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28251150.760.7800.5524264.2927.45
Hex1C19734C4E037f2401b
Octal343116311411606736210033
Binary1110011001111001110011001001110011011111110010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,25,115); }

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

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

 a { background-color: rgb(28,25,115); }

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

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

 span { border-color: rgb(28,25,115); }

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