#1C145B

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

Shades of Midnight Blue #1C145B

Tints of Midnight Blue #1C145B

Color information

#1C145B (or 0x1C145B) is unknown color: approx Midnight Blue. HEX triplet: 1C, 14 and 5B. RGB value is (28,20,91). Sum of RGB (Red+Green+Blue) = 28+20+91=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C145B is #E3EBA4. Grayscale: #1E1E1E. Windows color (decimal): -14936997 or 5968924. OLE color: 5968924.

HSL color Cylindrical-coordinate representation of color #1C145B: hue angle of 246.76º 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 #1C145B is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB282091-
CMYK0.690.7800.64
HSL246.76º63.96%21.76%-
HSV(B)246.76º78.02%35.69%-
XYZ2.621.510.05-
YUV30.49162.15126.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.14%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 91 (35.94% from 255) = 65.47%
R=20.14%
G=14.39%
B=65.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2820910.690.7800.64246.7663.9621.76
Hex1C145B454E040f74016
Octal3424133105116010036710026
Binary11100101001011011100010110011100100000011110111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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