#1C0777

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

Shades of Midnight Blue #1C0777

Tints of Midnight Blue #1C0777

Color information

#1C0777 (or 0x1C0777) is unknown color: approx Midnight Blue. HEX triplet: 1C, 07 and 77. RGB value is (28,7,119). Sum of RGB (Red+Green+Blue) = 28+7+119=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C0777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0777 is #E3F888. Grayscale: #191919. Windows color (decimal): -14940297 or 7800604. OLE color: 7800604.

HSL color Cylindrical-coordinate representation of color #1C0777: hue angle of 251.25º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0777 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB287119-
CMYK0.760.9400.53
HSL251.25º88.89%24.71%-
HSV(B)251.25º94.12%46.67%-
XYZ3.881.7317.58-
YUV26.05180.46129.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.18%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 119 (46.88% from 255) = 77.27%
R=18.18%
G=4.55%
B=77.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2871190.760.9400.53251.2588.8924.71
Hex1C7774C5E035fb5919
Octal34716711413606537313131
Binary11100111111011110011001011110011010111111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,7,119); }

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

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

 a { background-color: rgb(28,7,119); }

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

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

 span { border-color: rgb(28,7,119); }

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