Html Css Color HEX #001141 Midnight Express

📋 copy color: '#001141'

red 0 ◦ green 17 ◦ blue 65

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

Shades of Midnight Express #001141

Tints of Midnight Express #001141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 79.27%

R = 0%
G = 20.73%
B = 79.27%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#001141 (or 0x001141) is known color: Midnight Express. HEX triplet: 00, 11 and 41. RGB value is (0,17,65). Sum of RGB (Red+Green+Blue) = 0+17+65=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 65 (25.78% from 255 or 79.27% from 82); Max value from RGB is 65 - color contains mainly: blue. Hex color #001141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001141 is #FFEEBE. Grayscale: #111111. Windows color (decimal): -16772799 or 4264192. OLE color: 4264192.

HSL color Cylindrical-coordinate representation of color #001141: hue angle of 224.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001141 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 17 65 -
CMYK 1 0.74 0 0.75
HSL 224.31º 1% 0.13% -
HSV(B) 224.31º 1% 0.25% -
XYZ 1.15 0.78 5.09 -
YUV 17.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 0 17 65 1 0.74 0 0.75 224.31 1 0.13
Hex 0 11 41 64 4A 0 4B E0 64 D
Octal 0 21 101 144 112 0 113 340 144 15
Binary 0 10001 1000001 1100100 1001010 0 1001011 11100000 1100100 1101

Color Harmonies of #001141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001141

Black with #001141

Text Example


Text Example

White with #001141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001141; }

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

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

background-color css

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

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

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

border-color css

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

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

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