#1A015C

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

Shades of Midnight Blue #1A015C

Tints of Midnight Blue #1A015C

Color information

#1A015C (or 0x1A015C) is unknown color: approx Midnight Blue. HEX triplet: 1A, 01 and 5C. RGB value is (26,1,92). Sum of RGB (Red+Green+Blue) = 26+1+92=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A015C is #E5FEA3. Grayscale: #121212. Windows color (decimal): -15072932 or 6029594. OLE color: 6029594.

HSL color Cylindrical-coordinate representation of color #1A015C: hue angle of 256.48º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A015C is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB26192-
CMYK0.720.9900.64
HSL256.48º97.85%18.24%-
HSV(B)256.48º98.91%36.08%-
XYZ2.371.0110.2-
YUV18.85169.28133.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.85%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 92 (36.33% from 255) = 77.31%
R=21.85%
G=0.84%
B=77.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal261920.720.9900.64256.4897.8518.24
Hex1A15C48630401006212
Octal321134110143010040014222
Binary11010110111001001000110001101000000100000000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,1,92); }

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

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

 a { background-color: rgb(26,1,92); }

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

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

 span { border-color: rgb(26,1,92); }

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