#1C1368

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

Shades of Midnight Blue #1C1368

Tints of Midnight Blue #1C1368

Color information

#1C1368 (or 0x1C1368) is unknown color: approx Midnight Blue. HEX triplet: 1C, 13 and 68. RGB value is (28,19,104). Sum of RGB (Red+Green+Blue) = 28+19+104=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C1368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1368 is #E3EC97. Grayscale: #1F1F1F. Windows color (decimal): -14937240 or 6820636. OLE color: 6820636.

HSL color Cylindrical-coordinate representation of color #1C1368: hue angle of 246.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C1368 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2819104-
CMYK0.730.8200.59
HSL246.35º69.11%24.12%-
HSV(B)246.35º81.73%40.78%-
XYZ3.211.7113.26-
YUV31.38168.98125.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.54%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 104 (41.02% from 255) = 68.87%
R=18.54%
G=12.58%
B=68.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28191040.730.8200.59246.3569.1124.12
Hex1C1368495203Bf64518
Octal342315011112207336610530
Binary1110010011110100010010011010010011101111110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,19,104); }

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

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

 a { background-color: rgb(28,19,104); }

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

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

 span { border-color: rgb(28,19,104); }

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