#1C277C

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

Shades of Midnight Blue #1C277C

Tints of Midnight Blue #1C277C

Color information

#1C277C (or 0x1C277C) is unknown color: approx Midnight Blue. HEX triplet: 1C, 27 and 7C. RGB value is (28,39,124). Sum of RGB (Red+Green+Blue) = 28+39+124=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C277C is #E3D883. Grayscale: #2D2D2D. Windows color (decimal): -14932100 or 8136476. OLE color: 8136476.

HSL color Cylindrical-coordinate representation of color #1C277C: hue angle of 233.12º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C277C is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2839124-
CMYK0.770.6900.51
HSL233.12º63.16%29.8%-
HSV(B)233.12º77.42%48.63%-
XYZ4.843.1519.42-
YUV45.4172.36115.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 124 (48.83% from 255) = 64.92%
R=14.66%
G=20.42%
B=64.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28391240.770.6900.51233.1263.1629.8
Hex1C277C4D45033e93f1e
Octal34471741151050633517736
Binary1110010011111111001001101100010101100111110100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,39,124); }

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

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

 a { background-color: rgb(28,39,124); }

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

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

 span { border-color: rgb(28,39,124); }

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