Html Css Color HEX #001042 Midnight Express

📋 copy color: '#001042'

red 0 ◦ green 16 ◦ blue 66

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

Shades of Midnight Express #001042

Tints of Midnight Express #001042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 80.49%

R = 0%
G = 19.51%
B = 80.49%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#001042 (or 0x001042) is known color: Midnight Express. HEX triplet: 00, 10 and 42. RGB value is (0,16,66). Sum of RGB (Red+Green+Blue) = 0+16+66=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 66 (26.17% from 255 or 80.49% from 82); Max value from RGB is 66 - color contains mainly: blue. Hex color #001042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001042 is #FFEFBD. Grayscale: #101010. Windows color (decimal): -16773054 or 4329472. OLE color: 4329472.

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

Color convert

RGB 0 16 66 -
CMYK 1 0.76 0 0.74
HSL 225.45º 1% 0.13% -
HSV(B) 225.45º 1% 0.26% -
XYZ 1.17 0.76 5.24 -
YUV 16.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 0 16 66 1 0.76 0 0.74 225.45 1 0.13
Hex 0 10 42 64 4C 0 4A E1 64 D
Octal 0 20 102 144 114 0 112 341 144 15
Binary 0 10000 1000010 1100100 1001100 0 1001010 11100001 1100100 1101

Color Harmonies of #001042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001042

Black with #001042

Text Example


Text Example

White with #001042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001042; }

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

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

background-color css

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

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

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

border-color css

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

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

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