#1C1C64

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

Shades of Midnight Blue #1C1C64

Tints of Midnight Blue #1C1C64

Color information

#1C1C64 (or 0x1C1C64) is unknown color: approx Midnight Blue. HEX triplet: 1C, 1C and 64. RGB value is (28,28,100). Sum of RGB (Red+Green+Blue) = 28+28+100=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 100 (39.45% from 255 or 64.10% from 156); Max value from RGB is 100 - color contains mainly: blue. Hex color #1C1C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1C64 is #E3E39B. Grayscale: #232323. Windows color (decimal): -14934940 or 6560796. OLE color: 6560796.

HSL color Cylindrical-coordinate representation of color #1C1C64: hue angle of 240º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C1C64 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2828100-
CMYK0.720.7200.61
HSL240º56.25%25.1%-
HSV(B)240º72%39.22%-
XYZ3.19212.27-
YUV36.21164122.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.95%
GREEN value IS 28 (11.33% from 255) = 17.95%
BLUE value IS 100 (39.45% from 255) = 64.10%
R=17.95%
G=17.95%
B=64.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal28281000.720.7200.6124056.2525.1
Hex1C1C64484803Df03819
Octal34341441101100753607031
Binary111001110011001001001000100100001111011111000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,28,100); }

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

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

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

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

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

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

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