Html Css Color HEX #07142D Midnight Express

📋 copy color: '#07142D'

red 7 ◦ green 20 ◦ blue 45

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

Shades of Midnight Express #07142D

Tints of Midnight Express #07142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.78%

 BLUE value IS 45 (17.97% from 255) = 62.5%

R = 9.72%
G = 27.78%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#07142D (or 0x07142D) is known color: Midnight Express. HEX triplet: 07, 14 and 2D. RGB value is (7,20,45). Sum of RGB (Red+Green+Blue) = 7+20+45=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #07142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07142D is #F8EBD2. Grayscale: #121212. Windows color (decimal): -16313299 or 2954247. OLE color: 2954247.

HSL color Cylindrical-coordinate representation of color #07142D: hue angle of 219.47º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07142D is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 7 20 45 -
CMYK 0.84 0.56 0 0.82
HSL 219.47º 0.73% 0.1% -
HSV(B) 219.47º 0.84% 0.18% -
XYZ 0.81 0.73 2.58 -
YUV 18.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 7 20 45 0.84 0.56 0 0.82 219.47 0.73 0.1
Hex 7 14 2D 54 38 0 52 DB 49 A
Octal 7 24 55 124 70 0 122 333 111 12
Binary 111 10100 101101 1010100 111000 0 1010010 11011011 1001001 1010

Color Harmonies of #07142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07142D

Black with #07142D

Text Example


Text Example

White with #07142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07142D; }

 p { color: rgb(7,20,45); }

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

background-color css

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

 a { background-color: rgb(7,20,45); }

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

border-color css

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

 span { border-color: rgb(7,20,45); }

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