#1C036A

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

Shades of Midnight Blue #1C036A

Tints of Midnight Blue #1C036A

Color information

#1C036A (or 0x1C036A) is unknown color: approx Midnight Blue. HEX triplet: 1C, 03 and 6A. RGB value is (28,3,106). Sum of RGB (Red+Green+Blue) = 28+3+106=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 106 (41.80% from 255 or 77.37% from 137); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C036A is #E3FC95. Grayscale: #151515. Windows color (decimal): -14941334 or 6947612. OLE color: 6947612.

HSL color Cylindrical-coordinate representation of color #1C036A: hue angle of 254.56º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C036A is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB283106-
CMYK0.740.9700.58
HSL254.56º94.5%21.37%-
HSV(B)254.56º97.17%41.57%-
XYZ3.111.3513.73-
YUV22.22175.28132.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.44%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 106 (41.80% from 255) = 77.37%
R=20.44%
G=2.19%
B=77.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2831060.740.9700.58254.5694.521.37
Hex1C36A4A6103Aff5e15
Octal34315211214107237713625
Binary1110011110101010010101100001011101011111111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,3,106); }

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

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

 a { background-color: rgb(28,3,106); }

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

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

 span { border-color: rgb(28,3,106); }

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