Html Css Color HEX #01073C Midnight Express

📋 copy color: '#01073C'

red 1 ◦ green 7 ◦ blue 60

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

Shades of Midnight Express #01073C

Tints of Midnight Express #01073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.29%

 BLUE value IS 60 (23.83% from 255) = 88.24%

R = 1.47%
G = 10.29%
B = 88.24%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01073C (or 0x01073C) is known color: Midnight Express. HEX triplet: 01, 07 and 3C. RGB value is (1,7,60). Sum of RGB (Red+Green+Blue) = 1+7+60=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 60 (23.83% from 255 or 88.24% from 68); Max value from RGB is 60 - color contains mainly: blue. Hex color #01073C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01073C is #FEF8C3. Grayscale: #0B0B0B. Windows color (decimal): -16709828 or 3933953. OLE color: 3933953.

HSL color Cylindrical-coordinate representation of color #01073C: hue angle of 233.9º 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 #01073C is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 7 60 -
CMYK 0.98 0.88 0 0.76
HSL 233.9º 0.97% 0.12% -
HSV(B) 233.9º 0.98% 0.24% -
XYZ 0.9 0.48 4.32 -
YUV 11.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 1 7 60 0.98 0.88 0 0.76 233.9 0.97 0.12
Hex 1 7 3C 62 58 0 4C EA 61 C
Octal 1 7 74 142 130 0 114 352 141 14
Binary 1 111 111100 1100010 1011000 0 1001100 11101010 1100001 1100

Color Harmonies of #01073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01073C

Black with #01073C

Text Example


Text Example

White with #01073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01073C; }

 p { color: rgb(1,7,60); }

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

background-color css

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

 a { background-color: rgb(1,7,60); }

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

border-color css

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

 span { border-color: rgb(1,7,60); }

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