#1c095d

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

Shades of Midnight Blue #1C095D

Tints of Midnight Blue #1C095D

Color information

#1C095D (or 0x1C095D) is unknown color: approx Midnight Blue. HEX triplet: 1C, 09 and 5D. RGB value is (28,9,93). Sum of RGB (Red+Green+Blue) = 28+9+93=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C095D is #E3F6A2. Grayscale: #171717. Windows color (decimal): -14939811 or 6097180. OLE color: 6097180.

HSL color Cylindrical-coordinate representation of color #1C095D: hue angle of 253.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C095D is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB28993-
CMYK0.700.9000.64
HSL253.57º82.35%20%-
HSV(B)253.57º90.32%36.47%-
XYZ2.551.2310.46-
YUV24.26166.79130.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.54%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 93 (36.72% from 255) = 71.54%
R=21.54%
G=6.92%
B=71.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal289930.700.9000.64253.5782.3520
Hex1C95D465A040fe5214
Octal3411135106132010037612224
Binary1110010011011101100011010110100100000011111110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c095d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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