#001337

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

Shades of Midnight Express #001337

Tints of Midnight Express #001337

Color information

#001337 (or 0x001337) is unknown color: approx Midnight Express. HEX triplet: 00, 13 and 37. RGB value is (0,19,55). Sum of RGB (Red+Green+Blue) = 0+19+55=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 55 (21.88% from 255 or 74.32% from 74); Max value from RGB is 55 - color contains mainly: blue. Hex color #001337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001337 is #FFECC8. Grayscale: #111111. Windows color (decimal): -16772297 or 3609344. OLE color: 3609344.

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

Color convert

RGB01955-
CMYK10.6500.78
HSL219.27º100%10.78%-
HSV(B)219.27º100%21.57%-
XYZ0.920.743.71-
YUV17.42149.21115.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 55 (21.88% from 255) = 74.32%
R=0%
G=25.68%
B=74.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0195510.6500.78219.2710010.78
Hex01337644104Edb64b
Octal02367144101011633314413
Binary01001111011111001001000001010011101101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001337; }

 p { color: rgb(0,19,55); }

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

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

 a { background-color: rgb(0,19,55); }

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

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

 span { border-color: rgb(0,19,55); }

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