#1C1067

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

Shades of Midnight Blue #1C1067

Tints of Midnight Blue #1C1067

Color information

#1C1067 (or 0x1C1067) is unknown color: approx Midnight Blue. HEX triplet: 1C, 10 and 67. RGB value is (28,16,103). Sum of RGB (Red+Green+Blue) = 28+16+103=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 103 (40.62% from 255 or 70.07% from 147); Max value from RGB is 103 - color contains mainly: blue. Hex color #1C1067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1067 is #E3EF98. Grayscale: #1D1D1D. Windows color (decimal): -14938009 or 6754332. OLE color: 6754332.

HSL color Cylindrical-coordinate representation of color #1C1067: hue angle of 248.28º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C1067 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2816103-
CMYK0.730.8400.60
HSL248.28º73.11%23.33%-
HSV(B)248.28º84.47%40.39%-
XYZ3.111.612.98-
YUV29.51169.48126.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.05%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 103 (40.62% from 255) = 70.07%
R=19.05%
G=10.88%
B=70.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28161030.730.8400.60248.2873.1123.33
Hex1C1067495403Cf84917
Octal342014711112407437011127
Binary1110010000110011110010011010100011110011111000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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