Html Css Color HEX #001139 Midnight Express

📋 copy color: '#001139'

red 0 ◦ green 17 ◦ blue 57

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

Shades of Midnight Express #001139

Tints of Midnight Express #001139

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 17 (7.03% from 255) = 22.97%

 BLUE value IS 57 (22.66% from 255) = 77.03%

R = 0%
G = 22.97%
B = 77.03%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001139 (or 0x001139) is known color: Midnight Express. HEX triplet: 00, 11 and 39. RGB value is (0,17,57). Sum of RGB (Red+Green+Blue) = 0+17+57=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 57 (22.66% from 255 or 77.03% from 74); Max value from RGB is 57 - color contains mainly: blue. Hex color #001139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001139 is #FFEEC6. Grayscale: #101010. Windows color (decimal): -16772807 or 3739904. OLE color: 3739904.

HSL color Cylindrical-coordinate representation of color #001139: hue angle of 222.11º 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 #001139 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 17 57 -
CMYK 1 0.70 0 0.78
HSL 222.11º 1% 0.11% -
HSV(B) 222.11º 1% 0.22% -
XYZ 0.94 0.7 3.96 -
YUV 16.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 0 17 57 1 0.70 0 0.78 222.11 1 0.11
Hex 0 11 39 64 46 0 4E DE 64 B
Octal 0 21 71 144 106 0 116 336 144 13
Binary 0 10001 111001 1100100 1000110 0 1001110 11011110 1100100 1011

Color Harmonies of #001139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001139

Black with #001139

Text Example


Text Example

White with #001139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001139; }

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

 H1.HeaderClassName
 {
   color: #001139;
 }
 .AnyTagClassName
 {
   color: #001139;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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