Html Css Color HEX #001131 Midnight Express

📋 copy color: '#001131'

red 0 ◦ green 17 ◦ blue 49

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

Shades of Midnight Express #001131

Tints of Midnight Express #001131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 74.24%

R = 0%
G = 25.76%
B = 74.24%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#001131 (or 0x001131) is known color: Midnight Express. HEX triplet: 00, 11 and 31. RGB value is (0,17,49). Sum of RGB (Red+Green+Blue) = 0+17+49=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 49 (19.53% from 255 or 74.24% from 66); Max value from RGB is 49 - color contains mainly: blue. Hex color #001131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001131 is #FFEECE. Grayscale: #0F0F0F. Windows color (decimal): -16772815 or 3215616. OLE color: 3215616.

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

Color convert

RGB 0 17 49 -
CMYK 1 0.65 0 0.81
HSL 219.18º 1% 0.1% -
HSV(B) 219.18º 1% 0.19% -
XYZ 0.75 0.62 2.99 -
YUV 15.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 0 17 49 1 0.65 0 0.81 219.18 1 0.1
Hex 0 11 31 64 41 0 51 DB 64 A
Octal 0 21 61 144 101 0 121 333 144 12
Binary 0 10001 110001 1100100 1000001 0 1010001 11011011 1100100 1010

Color Harmonies of #001131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001131

Black with #001131

Text Example


Text Example

White with #001131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001131; }

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

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

background-color css

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

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

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

border-color css

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

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

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