Html Css Color HEX #01043F Midnight Express

📋 copy color: '#01043F'

red 1 ◦ green 4 ◦ blue 63

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

Shades of Midnight Express #01043F

Tints of Midnight Express #01043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 92.65%

R = 1.47%
G = 5.88%
B = 92.65%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01043F (or 0x01043F) is known color: Midnight Express. HEX triplet: 01, 04 and 3F. RGB value is (1,4,63). Sum of RGB (Red+Green+Blue) = 1+4+63=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 63 (25% from 255 or 92.65% from 68); Max value from RGB is 63 - color contains mainly: blue. Hex color #01043F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01043F is #FEFBC0. Grayscale: #090909. Windows color (decimal): -16710593 or 4129793. OLE color: 4129793.

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

Color convert

RGB 1 4 63 -
CMYK 0.98 0.94 0 0.75
HSL 237.1º 0.97% 0.13% -
HSV(B) 237.1º 0.98% 0.25% -
XYZ 0.95 0.45 4.74 -
YUV 9.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 1 4 63 0.98 0.94 0 0.75 237.1 0.97 0.13
Hex 1 4 3F 62 5E 0 4B ED 61 D
Octal 1 4 77 142 136 0 113 355 141 15
Binary 1 100 111111 1100010 1011110 0 1001011 11101101 1100001 1101

Color Harmonies of #01043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01043F

Black with #01043F

Text Example


Text Example

White with #01043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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