#1C1A6D

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

Shades of Midnight Blue #1C1A6D

Tints of Midnight Blue #1C1A6D

Color information

#1C1A6D (or 0x1C1A6D) is unknown color: approx Midnight Blue. HEX triplet: 1C, 1A and 6D. RGB value is (28,26,109). Sum of RGB (Red+Green+Blue) = 28+26+109=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C1A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1A6D is #E3E592. Grayscale: #232323. Windows color (decimal): -14935443 or 7150108. OLE color: 7150108.

HSL color Cylindrical-coordinate representation of color #1C1A6D: hue angle of 241.45º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C1A6D is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2826109-
CMYK0.740.7600.57
HSL241.45º61.48%26.47%-
HSV(B)241.45º76.15%42.75%-
XYZ3.612.0914.68-
YUV36.06169.16122.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.18%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 109 (42.97% from 255) = 66.87%
R=17.18%
G=15.95%
B=66.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28261090.740.7600.57241.4561.4826.47
Hex1C1A6D4A4C039f13d1a
Octal34321551121140713617532
Binary111001101011011011001010100110001110011111000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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