Html Css Color HEX #010746 Midnight Express

📋 copy color: '#010746'

red 1 ◦ green 7 ◦ blue 70

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

Shades of Midnight Express #010746

Tints of Midnight Express #010746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 89.74%

R = 1.28%
G = 8.97%
B = 89.74%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010746 (or 0x010746) is known color: Midnight Express. HEX triplet: 01, 07 and 46. RGB value is (1,7,70). Sum of RGB (Red+Green+Blue) = 1+7+70=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 70 (27.73% from 255 or 89.74% from 78); Max value from RGB is 70 - color contains mainly: blue. Hex color #010746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010746 is #FEF8B9. Grayscale: #0C0C0C. Windows color (decimal): -16709818 or 4589313. OLE color: 4589313.

HSL color Cylindrical-coordinate representation of color #010746: hue angle of 234.78º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010746 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 7 70 -
CMYK 0.99 0.90 0 0.73
HSL 234.78º 0.97% 0.14% -
HSV(B) 234.78º 0.99% 0.27% -
XYZ 1.19 0.6 5.85 -
YUV 12.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 1 7 70 0.99 0.90 0 0.73 234.78 0.97 0.14
Hex 1 7 46 63 5A 0 49 EB 61 E
Octal 1 7 106 143 132 0 111 353 141 16
Binary 1 111 1000110 1100011 1011010 0 1001001 11101011 1100001 1110

Color Harmonies of #010746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010746

Black with #010746

Text Example


Text Example

White with #010746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010746; }

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

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

background-color css

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

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

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

border-color css

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

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

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