#1C055D

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

Shades of Midnight Blue #1C055D

Tints of Midnight Blue #1C055D

Color information

#1C055D (or 0x1C055D) is unknown color: approx Midnight Blue. HEX triplet: 1C, 05 and 5D. RGB value is (28,5,93). Sum of RGB (Red+Green+Blue) = 28+5+93=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C055D is #E3FAA2. Grayscale: #151515. Windows color (decimal): -14940835 or 6096156. OLE color: 6096156.

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

Color convert

RGB28593-
CMYK0.700.9500.64
HSL255.68º89.8%19.22%-
HSV(B)255.68º94.62%36.47%-
XYZ2.511.1510.44-
YUV21.91168.12132.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.22%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 93 (36.72% from 255) = 73.81%
R=22.22%
G=3.97%
B=73.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal285930.700.9500.64255.6889.819.22
Hex1C55D465F0401005a13
Octal345135106137010040013223
Binary1110010110111011000110101111101000000100000000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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