Html Css Color HEX #011043 Midnight Express

📋 copy color: '#011043'

red 1 ◦ green 16 ◦ blue 67

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

Shades of Midnight Express #011043

Tints of Midnight Express #011043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.05%

 BLUE value IS 67 (26.56% from 255) = 79.76%

R = 1.19%
G = 19.05%
B = 79.76%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#011043 (or 0x011043) is known color: Midnight Express. HEX triplet: 01, 10 and 43. RGB value is (1,16,67). Sum of RGB (Red+Green+Blue) = 1+16+67=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 67 (26.56% from 255 or 79.76% from 84); Max value from RGB is 67 - color contains mainly: blue. Hex color #011043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011043 is #FEEFBC. Grayscale: #111111. Windows color (decimal): -16707517 or 4395009. OLE color: 4395009.

HSL color Cylindrical-coordinate representation of color #011043: hue angle of 226.36º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011043 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 16 67 -
CMYK 0.99 0.76 0 0.74
HSL 226.36º 0.97% 0.13% -
HSV(B) 226.36º 0.99% 0.26% -
XYZ 1.21 0.78 5.4 -
YUV 17.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 1 16 67 0.99 0.76 0 0.74 226.36 0.97 0.13
Hex 1 10 43 63 4C 0 4A E2 61 D
Octal 1 20 103 143 114 0 112 342 141 15
Binary 1 10000 1000011 1100011 1001100 0 1001010 11100010 1100001 1101

Color Harmonies of #011043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011043

Black with #011043

Text Example


Text Example

White with #011043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011043; }

 p { color: rgb(1,16,67); }

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

background-color css

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

 a { background-color: rgb(1,16,67); }

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

border-color css

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

 span { border-color: rgb(1,16,67); }

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