Html Css Color HEX #071630 Midnight Express

📋 copy color: '#071630'

red 7 ◦ green 22 ◦ blue 48

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

Shades of Midnight Express #071630

Tints of Midnight Express #071630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.57%

 BLUE value IS 48 (19.14% from 255) = 62.34%

R = 9.09%
G = 28.57%
B = 62.34%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#071630 (or 0x071630) is known color: Midnight Express. HEX triplet: 07, 16 and 30. RGB value is (7,22,48). Sum of RGB (Red+Green+Blue) = 7+22+48=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #071630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071630 is #F8E9CF. Grayscale: #141414. Windows color (decimal): -16312784 or 3151367. OLE color: 3151367.

HSL color Cylindrical-coordinate representation of color #071630: hue angle of 218.05º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #071630 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 22 48 -
CMYK 0.85 0.54 0 0.81
HSL 218.05º 0.75% 0.11% -
HSV(B) 218.05º 0.85% 0.19% -
XYZ 0.91 0.83 2.91 -
YUV 20.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 7 22 48 0.85 0.54 0 0.81 218.05 0.75 0.11
Hex 7 16 30 55 36 0 51 DA 4B B
Octal 7 26 60 125 66 0 121 332 113 13
Binary 111 10110 110000 1010101 110110 0 1010001 11011010 1001011 1011

Color Harmonies of #071630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071630

Black with #071630

Text Example


Text Example

White with #071630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071630; }

 p { color: rgb(7,22,48); }

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

background-color css

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

 a { background-color: rgb(7,22,48); }

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

border-color css

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

 span { border-color: rgb(7,22,48); }

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