Html Css Color HEX #010444 Midnight Express

📋 copy color: '#010444'

red 1 ◦ green 4 ◦ blue 68

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

Shades of Midnight Express #010444

Tints of Midnight Express #010444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.48%

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

R = 1.37%
G = 5.48%
B = 93.15%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010444 (or 0x010444) is known color: Midnight Express. HEX triplet: 01, 04 and 44. RGB value is (1,4,68). Sum of RGB (Red+Green+Blue) = 1+4+68=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 68 (26.95% from 255 or 93.15% from 73); Max value from RGB is 68 - color contains mainly: blue. Hex color #010444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010444 is #FEFBBB. Grayscale: #0A0A0A. Windows color (decimal): -16710588 or 4457473. OLE color: 4457473.

HSL color Cylindrical-coordinate representation of color #010444: hue angle of 237.31º 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 #010444 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 4 68 -
CMYK 0.99 0.94 0 0.73
HSL 237.31º 0.97% 0.14% -
HSV(B) 237.31º 0.99% 0.27% -
XYZ 1.1 0.51 5.51 -
YUV 10.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 1 4 68 0.99 0.94 0 0.73 237.31 0.97 0.14
Hex 1 4 44 63 5E 0 49 ED 61 E
Octal 1 4 104 143 136 0 111 355 141 16
Binary 1 100 1000100 1100011 1011110 0 1001001 11101101 1100001 1110

Color Harmonies of #010444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010444

Black with #010444

Text Example


Text Example

White with #010444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010444; }

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

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

background-color css

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

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

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

border-color css

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

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

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