#1C2A77

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

Shades of Midnight Blue #1C2A77

Tints of Midnight Blue #1C2A77

Color information

#1C2A77 (or 0x1C2A77) is unknown color: approx Midnight Blue. HEX triplet: 1C, 2A and 77. RGB value is (28,42,119). Sum of RGB (Red+Green+Blue) = 28+42+119=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C2A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2A77 is #E3D588. Grayscale: #2E2E2E. Windows color (decimal): -14931337 or 7809564. OLE color: 7809564.

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

Color convert

RGB2842119-
CMYK0.760.6500.53
HSL230.77º61.9%28.82%-
HSV(B)230.77º76.47%46.67%-
XYZ4.643.2317.83-
YUV46.59168.86114.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.81%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 119 (46.88% from 255) = 62.96%
R=14.81%
G=22.22%
B=62.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28421190.760.6500.53230.7761.928.82
Hex1C2A774C41035e73e1d
Octal34521671141010653477635
Binary1110010101011101111001100100000101101011110011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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