Html Css Color HEX #001044 Midnight Express

📋 copy color: '#001044'

red 0 ◦ green 16 ◦ blue 68

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

Shades of Midnight Express #001044

Tints of Midnight Express #001044

RGB

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

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

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

R = 0%
G = 19.05%
B = 80.95%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001044 (or 0x001044) is known color: Midnight Express. HEX triplet: 00, 10 and 44. RGB value is (0,16,68). Sum of RGB (Red+Green+Blue) = 0+16+68=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 68 (26.95% from 255 or 80.95% from 84); Max value from RGB is 68 - color contains mainly: blue. Hex color #001044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001044 is #FFEFBB. Grayscale: #101010. Windows color (decimal): -16773052 or 4460544. OLE color: 4460544.

HSL color Cylindrical-coordinate representation of color #001044: hue angle of 225.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 #001044 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 16 68 -
CMYK 1 0.76 0 0.73
HSL 225.88º 1% 0.13% -
HSV(B) 225.88º 1% 0.27% -
XYZ 1.23 0.79 5.56 -
YUV 17.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 0 16 68 1 0.76 0 0.73 225.88 1 0.13
Hex 0 10 44 64 4C 0 49 E2 64 D
Octal 0 20 104 144 114 0 111 342 144 15
Binary 0 10000 1000100 1100100 1001100 0 1001001 11100010 1100100 1101

Color Harmonies of #001044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001044

Black with #001044

Text Example


Text Example

White with #001044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001044; }

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

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

background-color css

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

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

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

border-color css

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

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

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