#1C015E

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

Shades of Midnight Blue #1C015E

Tints of Midnight Blue #1C015E

Color information

#1C015E (or 0x1C015E) is unknown color: approx Midnight Blue. HEX triplet: 1C, 01 and 5E. RGB value is (28,1,94). Sum of RGB (Red+Green+Blue) = 28+1+94=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 94 (37.11% from 255 or 76.42% from 123); Max value from RGB is 94 - color contains mainly: blue. Hex color #1C015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C015E is #E3FEA1. Grayscale: #131313. Windows color (decimal): -14941858 or 6160668. OLE color: 6160668.

HSL color Cylindrical-coordinate representation of color #1C015E: hue angle of 257.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C015E is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB28194-
CMYK0.700.9900.63
HSL257.42º97.89%18.63%-
HSV(B)257.42º98.94%36.86%-
XYZ2.511.0810.67-
YUV19.68169.95133.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.76%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 94 (37.11% from 255) = 76.42%
R=22.76%
G=0.81%
B=76.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal281940.700.9900.63257.4297.8918.63
Hex1C15E466303F1016213
Octal34113610614307740114223
Binary1110011011110100011011000110111111100000001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,1,94); }

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

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

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

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

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

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

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