Html Css Color HEX #071249 Midnight Express

📋 copy color: '#071249'

red 7 ◦ green 18 ◦ blue 73

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

Shades of Midnight Express #071249

Tints of Midnight Express #071249

RGB

 RED value IS 7 (3.13% from 255) = 7.14%

 GREEN value IS 18 (7.42% from 255) = 18.37%

 BLUE value IS 73 (28.91% from 255) = 74.49%

R = 7.14%
G = 18.37%
B = 74.49%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#071249 (or 0x071249) is known color: Midnight Express. HEX triplet: 07, 12 and 49. RGB value is (7,18,73). Sum of RGB (Red+Green+Blue) = 7+18+73=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #071249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071249 is #F8EDB6. Grayscale: #141414. Windows color (decimal): -16313783 or 4788743. OLE color: 4788743.

HSL color Cylindrical-coordinate representation of color #071249: hue angle of 230º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071249 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 18 73 -
CMYK 0.90 0.75 0 0.71
HSL 230º 0.83% 0.16% -
HSV(B) 230º 0.9% 0.29% -
XYZ 1.51 0.96 6.41 -
YUV 20.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 7 18 73 0.90 0.75 0 0.71 230 0.83 0.16
Hex 7 12 49 5A 4B 0 47 E6 52 10
Octal 7 22 111 132 113 0 107 346 122 20
Binary 111 10010 1001001 1011010 1001011 0 1000111 11100110 1010010 10000

Color Harmonies of #071249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071249

Black with #071249

Text Example


Text Example

White with #071249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071249; }

 p { color: rgb(7,18,73); }

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

background-color css

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

 a { background-color: rgb(7,18,73); }

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

border-color css

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

 span { border-color: rgb(7,18,73); }

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