#011130

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

Shades of Midnight Express #011130

Tints of Midnight Express #011130

Color information

#011130 (or 0x011130) is unknown color: approx Midnight Express. HEX triplet: 01, 11 and 30. RGB value is (1,17,48). Sum of RGB (Red+Green+Blue) = 1+17+48=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #011130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011130 is #FEEECF. Grayscale: #0F0F0F. Windows color (decimal): -16707280 or 3150081. OLE color: 3150081.

HSL color Cylindrical-coordinate representation of color #011130: hue angle of 219.57º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011130 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB11748-
CMYK0.980.6500.81
HSL219.57º95.92%9.61%-
HSV(B)219.57º97.92%18.82%-
XYZ0.750.622.88-
YUV15.75146.2117.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 17 (7.03% from 255) = 25.76%
BLUE value IS 48 (19.14% from 255) = 72.73%
R=1.52%
G=25.76%
B=72.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal117480.980.6500.81219.5795.929.61
Hex111306241051dc60a
Octal12160142101012133414012
Binary11000111000011000101000001010100011101110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011130; }

 p { color: rgb(1,17,48); }

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

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

 a { background-color: rgb(1,17,48); }

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

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

 span { border-color: rgb(1,17,48); }

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