#1C096C

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

Shades of Midnight Blue #1C096C

Tints of Midnight Blue #1C096C

Color information

#1C096C (or 0x1C096C) is unknown color: approx Midnight Blue. HEX triplet: 1C, 09 and 6C. RGB value is (28,9,108). Sum of RGB (Red+Green+Blue) = 28+9+108=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 108 (42.58% from 255 or 74.48% from 145); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C096C is #E3F693. Grayscale: #191919. Windows color (decimal): -14939796 or 7080220. OLE color: 7080220.

HSL color Cylindrical-coordinate representation of color #1C096C: hue angle of 251.52º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C096C is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB289108-
CMYK0.740.9200.58
HSL251.52º84.62%22.94%-
HSV(B)251.52º91.67%42.35%-
XYZ3.281.5214.31-
YUV25.97174.29129.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.31%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 108 (42.58% from 255) = 74.48%
R=19.31%
G=6.21%
B=74.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2891080.740.9200.58251.5284.6222.94
Hex1C96C4A5C03Afc5517
Octal341115411213407237412527
Binary111001001110110010010101011100011101011111100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,9,108); }

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

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

 a { background-color: rgb(28,9,108); }

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

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

 span { border-color: rgb(28,9,108); }

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