Html Css Color HEX #010744 Midnight Express

📋 copy color: '#010744'

red 1 ◦ green 7 ◦ blue 68

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

Shades of Midnight Express #010744

Tints of Midnight Express #010744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 89.47%

R = 1.32%
G = 9.21%
B = 89.47%

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

#010744 (or 0x010744) is known color: Midnight Express. HEX triplet: 01, 07 and 44. RGB value is (1,7,68). Sum of RGB (Red+Green+Blue) = 1+7+68=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 68 (26.95% from 255 or 89.47% from 76); Max value from RGB is 68 - color contains mainly: blue. Hex color #010744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010744 is #FEF8BB. Grayscale: #0B0B0B. Windows color (decimal): -16709820 or 4458241. OLE color: 4458241.

HSL color Cylindrical-coordinate representation of color #010744: hue angle of 234.63º 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 #010744 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 7 68 -
CMYK 0.99 0.90 0 0.73
HSL 234.63º 0.97% 0.14% -
HSV(B) 234.63º 0.99% 0.27% -
XYZ 1.13 0.58 5.52 -
YUV 12.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 1 7 68 0.99 0.90 0 0.73 234.63 0.97 0.14
Hex 1 7 44 63 5A 0 49 EB 61 E
Octal 1 7 104 143 132 0 111 353 141 16
Binary 1 111 1000100 1100011 1011010 0 1001001 11101011 1100001 1110

Color Harmonies of #010744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010744

Black with #010744

Text Example


Text Example

White with #010744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010744; }

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

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

background-color css

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

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

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

border-color css

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

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

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