#01073E

Color #01073E Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #01073E

Tints of Midnight Express #01073E

Color information

#01073E (or 0x01073E) is unknown color: approx 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

RGB1762-
CMYK0.980.8900.76
HSL234.1º96.83%12.35%-
HSV(B)234.1º98.39%24.31%-
XYZ0.960.514.6-
YUV11.48156.51120.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.43%
GREEN value IS 7 (3.12% from 255) = 10%
BLUE value IS 62 (24.61% from 255) = 88.57%
R=1.43%
G=10%
B=88.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal17620.980.8900.76234.196.8312.35
Hex173E625904Cea61c
Octal1776142131011435214114
Binary111111111011000101011001010011001110101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>