#011330

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

Shades of Midnight Express #011330

Tints of Midnight Express #011330

Color information

#011330 (or 0x011330) is unknown color: approx Midnight Express. HEX triplet: 01, 13 and 30. RGB value is (1,19,48). Sum of RGB (Red+Green+Blue) = 1+19+48=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #011330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011330 is #FEECCF. Grayscale: #101010. Windows color (decimal): -16706768 or 3150593. OLE color: 3150593.

HSL color Cylindrical-coordinate representation of color #011330: hue angle of 217.02º 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 #011330 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB11948-
CMYK0.980.6000.81
HSL217.02º95.92%9.61%-
HSV(B)217.02º97.92%18.82%-
XYZ0.780.692.89-
YUV16.92145.54116.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 48 (19.14% from 255) = 70.59%
R=1.47%
G=27.94%
B=70.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal119480.980.6000.81217.0295.929.61
Hex11330623C051d960a
Octal1236014274012133114012
Binary1100111100001100010111100010100011101100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011330; }

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

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

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

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

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

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

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

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