Html Css Color HEX #010044 Midnight Express

📋 copy color: '#010044'

red 1 ◦ green 0 ◦ blue 68

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

Shades of Midnight Express #010044

Tints of Midnight Express #010044

RGB

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

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

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

R = 1.45%
G = 0%
B = 98.55%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010044 (or 0x010044) is known color: Midnight Express. HEX triplet: 01, 00 and 44. RGB value is (1,0,68). Sum of RGB (Red+Green+Blue) = 1+0+68=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 68 (26.95% from 255 or 98.55% from 69); Max value from RGB is 68 - color contains mainly: blue. Hex color #010044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010044 is #FEFFBB. Grayscale: #070707. Windows color (decimal): -16711612 or 4456449. OLE color: 4456449.

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

Color convert

RGB 1 0 68 -
CMYK 0.99 1 0 0.73
HSL 240.88º 1% 0.13% -
HSV(B) 240.88º 1% 0.27% -
XYZ 1.06 0.42 5.49 -
YUV 8.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 1 0 68 0.99 1 0 0.73 240.88 1 0.13
Hex 1 0 44 63 64 0 49 F1 64 D
Octal 1 0 104 143 144 0 111 361 144 15
Binary 1 0 1000100 1100011 1100100 0 1001001 11110001 1100100 1101

Color Harmonies of #010044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010044

Black with #010044

Text Example


Text Example

White with #010044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010044; }

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

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

background-color css

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

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

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

border-color css

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

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

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