Html Css Color HEX #011344 Midnight Express

📋 copy color: '#011344'

red 1 ◦ green 19 ◦ blue 68

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

Shades of Midnight Express #011344

Tints of Midnight Express #011344

RGB

 RED value IS 1 (0.78% from 255) = 1.14%

 GREEN value IS 19 (7.81% from 255) = 21.59%

 BLUE value IS 68 (26.95% from 255) = 77.27%

R = 1.14%
G = 21.59%
B = 77.27%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011344 (or 0x011344) is known color: Midnight Express. HEX triplet: 01, 13 and 44. RGB value is (1,19,68). Sum of RGB (Red+Green+Blue) = 1+19+68=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 68 (26.95% from 255 or 77.27% from 88); Max value from RGB is 68 - color contains mainly: blue. Hex color #011344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011344 is #FEECBB. Grayscale: #121212. Windows color (decimal): -16706748 or 4461313. OLE color: 4461313.

HSL color Cylindrical-coordinate representation of color #011344: hue angle of 223.88º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011344 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 19 68 -
CMYK 0.99 0.72 0 0.73
HSL 223.88º 0.97% 0.14% -
HSV(B) 223.88º 0.99% 0.27% -
XYZ 1.29 0.89 5.57 -
YUV 19.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 1 19 68 0.99 0.72 0 0.73 223.88 0.97 0.14
Hex 1 13 44 63 48 0 49 E0 61 E
Octal 1 23 104 143 110 0 111 340 141 16
Binary 1 10011 1000100 1100011 1001000 0 1001001 11100000 1100001 1110

Color Harmonies of #011344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011344

Black with #011344

Text Example


Text Example

White with #011344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011344; }

 p { color: rgb(1,19,68); }

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

background-color css

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

 a { background-color: rgb(1,19,68); }

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

border-color css

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

 span { border-color: rgb(1,19,68); }

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