Html Css Color HEX #070B42 Midnight Express

📋 copy color: '#070B42'

red 7 ◦ green 11 ◦ blue 66

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

Shades of Midnight Express #070B42

Tints of Midnight Express #070B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.1%

 BLUE value IS 66 (26.17% from 255) = 78.57%

R = 8.33%
G = 13.1%
B = 78.57%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#070B42 (or 0x070B42) is known color: Midnight Express. HEX triplet: 07, 0B and 42. RGB value is (7,11,66). Sum of RGB (Red+Green+Blue) = 7+11+66=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 66 (26.17% from 255 or 78.57% from 84); Max value from RGB is 66 - color contains mainly: blue. Hex color #070B42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B42 is #F8F4BD. Grayscale: #0F0F0F. Windows color (decimal): -16315582 or 4328199. OLE color: 4328199.

HSL color Cylindrical-coordinate representation of color #070B42: hue angle of 235.93º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070B42 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 11 66 -
CMYK 0.89 0.83 0 0.74
HSL 235.93º 0.81% 0.14% -
HSV(B) 235.93º 0.89% 0.26% -
XYZ 1.19 0.68 5.22 -
YUV 16.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 7 11 66 0.89 0.83 0 0.74 235.93 0.81 0.14
Hex 7 B 42 59 53 0 4A EC 51 E
Octal 7 13 102 131 123 0 112 354 121 16
Binary 111 1011 1000010 1011001 1010011 0 1001010 11101100 1010001 1110

Color Harmonies of #070B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B42

Black with #070B42

Text Example


Text Example

White with #070B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070B42; }

 p { color: rgb(7,11,66); }

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

background-color css

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

 a { background-color: rgb(7,11,66); }

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

border-color css

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

 span { border-color: rgb(7,11,66); }

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