#001130

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

Shades of Midnight Express #001130

Tints of Midnight Express #001130

Color information

#001130 (or 0x001130) is unknown color: approx Midnight Express. HEX triplet: 00, 11 and 30. RGB value is (0,17,48). Sum of RGB (Red+Green+Blue) = 0+17+48=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 48 (19.14% from 255 or 73.85% from 65); Max value from RGB is 48 - color contains mainly: blue. Hex color #001130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001130 is #FFEECF. Grayscale: #0F0F0F. Windows color (decimal): -16772816 or 3150080. OLE color: 3150080.

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

Color convert

RGB01748-
CMYK10.6500.81
HSL218.75º100%9.41%-
HSV(B)218.75º100%18.82%-
XYZ0.730.612.88-
YUV15.45146.37116.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 48 (19.14% from 255) = 73.85%
R=0%
G=26.15%
B=73.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0174810.6500.81218.751009.41
Hex011306441051db649
Octal02160144101012133314411
Binary01000111000011001001000001010100011101101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001130; }

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

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

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

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

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

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

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

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