#1C107C

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

Shades of Midnight Blue #1C107C

Tints of Midnight Blue #1C107C

Color information

#1C107C (or 0x1C107C) is unknown color: approx Midnight Blue. HEX triplet: 1C, 10 and 7C. RGB value is (28,16,124). Sum of RGB (Red+Green+Blue) = 28+16+124=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 124 (48.83% from 255 or 73.81% from 168); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C107C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C107C is #E3EF83. Grayscale: #1F1F1F. Windows color (decimal): -14937988 or 8130588. OLE color: 8130588.

HSL color Cylindrical-coordinate representation of color #1C107C: hue angle of 246.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C107C is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2816124-
CMYK0.770.8700.51
HSL246.67º77.14%27.45%-
HSV(B)246.67º87.1%48.63%-
XYZ4.32.0719.24-
YUV31.9179.98125.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.67%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 124 (48.83% from 255) = 73.81%
R=16.67%
G=9.52%
B=73.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28161240.770.8700.51246.6777.1427.45
Hex1C107C4D57033f74d1b
Octal342017411512706336711533
Binary1110010000111110010011011010111011001111110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,16,124); }

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

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

 a { background-color: rgb(28,16,124); }

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

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

 span { border-color: rgb(28,16,124); }

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