Html Css Color HEX #011334 Midnight Express

📋 copy color: '#011334'

red 1 ◦ green 19 ◦ blue 52

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

Shades of Midnight Express #011334

Tints of Midnight Express #011334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 72.22%

R = 1.39%
G = 26.39%
B = 72.22%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#011334 (or 0x011334) is known color: Midnight Express. HEX triplet: 01, 13 and 34. RGB value is (1,19,52). Sum of RGB (Red+Green+Blue) = 1+19+52=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 52 (20.70% from 255 or 72.22% from 72); Max value from RGB is 52 - color contains mainly: blue. Hex color #011334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011334 is #FEECCB. Grayscale: #111111. Windows color (decimal): -16706764 or 3412737. OLE color: 3412737.

HSL color Cylindrical-coordinate representation of color #011334: hue angle of 218.82º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011334 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 19 52 -
CMYK 0.98 0.63 0 0.80
HSL 218.82º 0.96% 0.1% -
HSV(B) 218.82º 0.98% 0.2% -
XYZ 0.87 0.72 3.34 -
YUV 17.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 1 19 52 0.98 0.63 0 0.80 218.82 0.96 0.1
Hex 1 13 34 62 3F 0 50 DB 60 A
Octal 1 23 64 142 77 0 120 333 140 12
Binary 1 10011 110100 1100010 111111 0 1010000 11011011 1100000 1010

Color Harmonies of #011334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011334

Black with #011334

Text Example


Text Example

White with #011334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011334; }

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

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

background-color css

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

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

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

border-color css

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

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

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