#1c1a82

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

Shades of Midnight Blue #1C1A82

Tints of Midnight Blue #1C1A82

Color information

#1C1A82 (or 0x1C1A82) is unknown color: approx Midnight Blue. HEX triplet: 1C, 1A and 82. RGB value is (28,26,130). Sum of RGB (Red+Green+Blue) = 28+26+130=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #1C1A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1A82 is #E3E57D. Grayscale: #262626. Windows color (decimal): -14935422 or 8526364. OLE color: 8526364.

HSL color Cylindrical-coordinate representation of color #1C1A82: hue angle of 241.15º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C1A82 is Cyan = 0.78, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2826130-
CMYK0.780.800.49
HSL241.15º66.67%30.59%-
HSV(B)241.15º80%50.98%-
XYZ4.882.621.36-
YUV38.45179.66120.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.22%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 130 (51.17% from 255) = 70.65%
R=15.22%
G=14.13%
B=70.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28261300.780.800.49241.1566.6730.59
Hex1C1A824E50031f1431f
Octal343220211612006136110337
Binary11100110101000001010011101010000011000111110001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c1a82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,26,130); }

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

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

 a { background-color: rgb(28,26,130); }

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

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

 span { border-color: rgb(28,26,130); }

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