#1c0c74

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

Shades of Midnight Blue #1C0C74

Tints of Midnight Blue #1C0C74

Color information

#1C0C74 (or 0x1C0C74) is unknown color: approx Midnight Blue. HEX triplet: 1C, 0C and 74. RGB value is (28,12,116). Sum of RGB (Red+Green+Blue) = 28+12+116=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 116 (45.70% from 255 or 74.36% from 156); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C0C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0C74 is #E3F38B. Grayscale: #1C1C1C. Windows color (decimal): -14939020 or 7605276. OLE color: 7605276.

HSL color Cylindrical-coordinate representation of color #1C0C74: hue angle of 249.23º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C0C74 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2812116-
CMYK0.760.9000.55
HSL249.23º81.25%25.1%-
HSV(B)249.23º89.66%45.49%-
XYZ3.761.7716.67-
YUV28.64177.3127.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.95%
GREEN value IS 12 (5.08% from 255) = 7.69%
BLUE value IS 116 (45.70% from 255) = 74.36%
R=17.95%
G=7.69%
B=74.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28121160.760.9000.55249.2381.2525.1
Hex1CC744C5A037f95119
Octal341416411413206737112131
Binary111001100111010010011001011010011011111111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c0c74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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