Html Css Color HEX #01043E Midnight Express

📋 copy color: '#01043E'

red 1 ◦ green 4 ◦ blue 62

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

Shades of Midnight Express #01043E

Tints of Midnight Express #01043E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 92.54%

R = 1.49%
G = 5.97%
B = 92.54%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01043E (or 0x01043E) is known color: Midnight Express. HEX triplet: 01, 04 and 3E. RGB value is (1,4,62). Sum of RGB (Red+Green+Blue) = 1+4+62=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 62 (24.61% from 255 or 92.54% from 67); Max value from RGB is 62 - color contains mainly: blue. Hex color #01043E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01043E is #FEFBC1. Grayscale: #090909. Windows color (decimal): -16710594 or 4064257. OLE color: 4064257.

HSL color Cylindrical-coordinate representation of color #01043E: hue angle of 237.05º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01043E is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 4 62 -
CMYK 0.98 0.94 0 0.76
HSL 237.05º 0.97% 0.12% -
HSV(B) 237.05º 0.98% 0.24% -
XYZ 0.93 0.44 4.59 -
YUV 9.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 1 4 62 0.98 0.94 0 0.76 237.05 0.97 0.12
Hex 1 4 3E 62 5E 0 4C ED 61 C
Octal 1 4 76 142 136 0 114 355 141 14
Binary 1 100 111110 1100010 1011110 0 1001100 11101101 1100001 1100

Color Harmonies of #01043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01043E

Black with #01043E

Text Example


Text Example

White with #01043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01043E; }

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

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

background-color css

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

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

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

border-color css

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

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

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