#1C086E

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

Shades of Midnight Blue #1C086E

Tints of Midnight Blue #1C086E

Color information

#1C086E (or 0x1C086E) is unknown color: approx Midnight Blue. HEX triplet: 1C, 08 and 6E. RGB value is (28,8,110). Sum of RGB (Red+Green+Blue) = 28+8+110=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C086E is #E3F791. Grayscale: #191919. Windows color (decimal): -14940050 or 7211036. OLE color: 7211036.

HSL color Cylindrical-coordinate representation of color #1C086E: hue angle of 251.76º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C086E is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB288110-
CMYK0.750.9300.57
HSL251.76º86.44%23.14%-
HSV(B)251.76º92.73%43.14%-
XYZ3.381.5514.87-
YUV25.61175.63129.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.18%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 110 (43.36% from 255) = 75.34%
R=19.18%
G=5.48%
B=75.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2881100.750.9300.57251.7686.4423.14
Hex1C86E4B5D039fc5617
Octal341015611313507137412627
Binary111001000110111010010111011101011100111111100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,8,110); }

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

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

 a { background-color: rgb(28,8,110); }

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

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

 span { border-color: rgb(28,8,110); }

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