Html Css Color HEX #01003D Midnight Express

📋 copy color: '#01003D'

red 1 ◦ green 0 ◦ blue 61

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

Shades of Midnight Express #01003D

Tints of Midnight Express #01003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 98.39%

R = 1.61%
G = 0%
B = 98.39%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01003D (or 0x01003D) is known color: Midnight Express. HEX triplet: 01, 00 and 3D. RGB value is (1,0,61). Sum of RGB (Red+Green+Blue) = 1+0+61=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 61 (24.22% from 255 or 98.39% from 62); Max value from RGB is 61 - color contains mainly: blue. Hex color #01003D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01003D is #FEFFC2. Grayscale: #070707. Windows color (decimal): -16711619 or 3997697. OLE color: 3997697.

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

Color convert

RGB 1 0 61 -
CMYK 0.98 1 0 0.76
HSL 240.98º 1% 0.12% -
HSV(B) 240.98º 1% 0.24% -
XYZ 0.85 0.34 4.44 -
YUV 7.25 158.33 123.54 -
System Red Green Blue C M Y K H S L
Decimal 1 0 61 0.98 1 0 0.76 240.98 1 0.12
Hex 1 0 3D 62 64 0 4C F1 64 C
Octal 1 0 75 142 144 0 114 361 144 14
Binary 1 0 111101 1100010 1100100 0 1001100 11110001 1100100 1100

Color Harmonies of #01003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01003D

Black with #01003D

Text Example


Text Example

White with #01003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01003D; }

 p { color: rgb(1,0,61); }

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

background-color css

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

 a { background-color: rgb(1,0,61); }

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

border-color css

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

 span { border-color: rgb(1,0,61); }

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