Html Css Color HEX #07112F Midnight Express

📋 copy color: '#07112F'

red 7 ◦ green 17 ◦ blue 47

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

Shades of Midnight Express #07112F

Tints of Midnight Express #07112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 66.2%

R = 9.86%
G = 23.94%
B = 66.2%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#07112F (or 0x07112F) is known color: Midnight Express. HEX triplet: 07, 11 and 2F. RGB value is (7,17,47). Sum of RGB (Red+Green+Blue) = 7+17+47=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #07112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07112F is #F8EED0. Grayscale: #111111. Windows color (decimal): -16314065 or 3084551. OLE color: 3084551.

HSL color Cylindrical-coordinate representation of color #07112F: hue angle of 225º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07112F is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 7 17 47 -
CMYK 0.85 0.64 0 0.82
HSL 225º 0.74% 0.11% -
HSV(B) 225º 0.85% 0.18% -
XYZ 0.8 0.65 2.77 -
YUV 17.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 7 17 47 0.85 0.64 0 0.82 225 0.74 0.11
Hex 7 11 2F 55 40 0 52 E1 4A B
Octal 7 21 57 125 100 0 122 341 112 13
Binary 111 10001 101111 1010101 1000000 0 1010010 11100001 1001010 1011

Color Harmonies of #07112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07112F

Black with #07112F

Text Example


Text Example

White with #07112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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