Html Css Color HEX #01073E Midnight Express

📋 copy color: '#01073E'

red 1 ◦ green 7 ◦ blue 62

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

Shades of Midnight Express #01073E

Tints of Midnight Express #01073E

RGB

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

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

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

R = 1.43%
G = 10%
B = 88.57%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01073E (or 0x01073E) is known color: Midnight Express. HEX triplet: 01, 07 and 3E. RGB value is (1,7,62). Sum of RGB (Red+Green+Blue) = 1+7+62=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 62 (24.61% from 255 or 88.57% from 70); Max value from RGB is 62 - color contains mainly: blue. Hex color #01073E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01073E is #FEF8C1. Grayscale: #0B0B0B. Windows color (decimal): -16709826 or 4065025. OLE color: 4065025.

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

Color convert

RGB 1 7 62 -
CMYK 0.98 0.89 0 0.76
HSL 234.1º 0.97% 0.12% -
HSV(B) 234.1º 0.98% 0.24% -
XYZ 0.96 0.51 4.6 -
YUV 11.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 1 7 62 0.98 0.89 0 0.76 234.1 0.97 0.12
Hex 1 7 3E 62 59 0 4C EA 61 C
Octal 1 7 76 142 131 0 114 352 141 14
Binary 1 111 111110 1100010 1011001 0 1001100 11101010 1100001 1100

Color Harmonies of #01073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01073E

Black with #01073E

Text Example


Text Example

White with #01073E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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