Html Css Color HEX #07114A Midnight Express

📋 copy color: '#07114A'

red 7 ◦ green 17 ◦ blue 74

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

Shades of Midnight Express #07114A

Tints of Midnight Express #07114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

 BLUE value IS 74 (29.3% from 255) = 75.51%

R = 7.14%
G = 17.35%
B = 75.51%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07114A (or 0x07114A) is known color: Midnight Express. HEX triplet: 07, 11 and 4A. RGB value is (7,17,74). Sum of RGB (Red+Green+Blue) = 7+17+74=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 74 (29.30% from 255 or 75.51% from 98); Max value from RGB is 74 - color contains mainly: blue. Hex color #07114A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07114A is #F8EEB5. Grayscale: #141414. Windows color (decimal): -16314038 or 4854023. OLE color: 4854023.

HSL color Cylindrical-coordinate representation of color #07114A: hue angle of 231.04º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07114A is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 17 74 -
CMYK 0.91 0.77 0 0.71
HSL 231.04º 0.83% 0.16% -
HSV(B) 231.04º 0.91% 0.29% -
XYZ 1.52 0.94 6.58 -
YUV 20.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 7 17 74 0.91 0.77 0 0.71 231.04 0.83 0.16
Hex 7 11 4A 5B 4D 0 47 E7 53 10
Octal 7 21 112 133 115 0 107 347 123 20
Binary 111 10001 1001010 1011011 1001101 0 1000111 11100111 1010011 10000

Color Harmonies of #07114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07114A

Black with #07114A

Text Example


Text Example

White with #07114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07114A; }

 p { color: rgb(7,17,74); }

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

background-color css

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

 a { background-color: rgb(7,17,74); }

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

border-color css

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

 span { border-color: rgb(7,17,74); }

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