Html Css Color HEX #010442 Midnight Express

📋 copy color: '#010442'

red 1 ◦ green 4 ◦ blue 66

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

Shades of Midnight Express #010442

Tints of Midnight Express #010442

RGB

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

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

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

R = 1.41%
G = 5.63%
B = 92.96%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#010442 (or 0x010442) is known color: Midnight Express. HEX triplet: 01, 04 and 42. RGB value is (1,4,66). Sum of RGB (Red+Green+Blue) = 1+4+66=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 66 (26.17% from 255 or 92.96% from 71); Max value from RGB is 66 - color contains mainly: blue. Hex color #010442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010442 is #FEFBBD. Grayscale: #090909. Windows color (decimal): -16710590 or 4326401. OLE color: 4326401.

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

Color convert

RGB 1 4 66 -
CMYK 0.98 0.94 0 0.74
HSL 237.23º 0.97% 0.13% -
HSV(B) 237.23º 0.98% 0.26% -
XYZ 1.04 0.49 5.19 -
YUV 10.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 1 4 66 0.98 0.94 0 0.74 237.23 0.97 0.13
Hex 1 4 42 62 5E 0 4A ED 61 D
Octal 1 4 102 142 136 0 112 355 141 15
Binary 1 100 1000010 1100010 1011110 0 1001010 11101101 1100001 1101

Color Harmonies of #010442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010442

Black with #010442

Text Example


Text Example

White with #010442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010442; }

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

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

background-color css

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

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

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

border-color css

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

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

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