Html Css Color HEX #001337 Midnight Express

📋 copy color: '#001337'

red 0 ◦ green 19 ◦ blue 55

#001337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #001337

Tints of Midnight Express #001337

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 value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001337 (or 0x001337) is known color: 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

RGB 0 19 55 -
CMYK 1 0.65 0 0.78
HSL 219.27º 1% 0.11% -
HSV(B) 219.27º 1% 0.22% -
XYZ 0.92 0.74 3.71 -
YUV 17.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 0 19 55 1 0.65 0 0.78 219.27 1 0.11
Hex 0 13 37 64 41 0 4E DB 64 B
Octal 0 23 67 144 101 0 116 333 144 13
Binary 0 10011 110111 1100100 1000001 0 1001110 11011011 1100100 1011

Color Harmonies of #001337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001337

Black with #001337

Text Example


Text Example

White with #001337

Text Example


Text Example

HTML Codes & Css Web 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>