#1C145C

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

Shades of Midnight Blue #1C145C

Tints of Midnight Blue #1C145C

Color information

#1C145C (or 0x1C145C) is unknown color: approx Midnight Blue. HEX triplet: 1C, 14 and 5C. RGB value is (28,20,92). Sum of RGB (Red+Green+Blue) = 28+20+92=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C145C is #E3EBA3. Grayscale: #1E1E1E. Windows color (decimal): -14936996 or 6034460. OLE color: 6034460.

HSL color Cylindrical-coordinate representation of color #1C145C: hue angle of 246.67º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C145C is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB282092-
CMYK0.700.7800.64
HSL246.67º64.29%21.96%-
HSV(B)246.67º78.26%36.08%-
XYZ2.661.5210.28-
YUV30.6162.65126.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 92 (36.33% from 255) = 65.71%
R=20%
G=14.29%
B=65.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2820920.700.7800.64246.6764.2921.96
Hex1C145C464E040f74016
Octal3424134106116010036710026
Binary11100101001011100100011010011100100000011110111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,20,92); }

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

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

 a { background-color: rgb(28,20,92); }

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

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

 span { border-color: rgb(28,20,92); }

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