Html Css Color HEX #070B41 Midnight Express

📋 copy color: '#070B41'

red 7 ◦ green 11 ◦ blue 65

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

Shades of Midnight Express #070B41

Tints of Midnight Express #070B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 78.31%

R = 8.43%
G = 13.25%
B = 78.31%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#070B41 (or 0x070B41) is known color: Midnight Express. HEX triplet: 07, 0B and 41. RGB value is (7,11,65). Sum of RGB (Red+Green+Blue) = 7+11+65=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #070B41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B41 is #F8F4BE. Grayscale: #0F0F0F. Windows color (decimal): -16315583 or 4262663. OLE color: 4262663.

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

Color convert

RGB 7 11 65 -
CMYK 0.89 0.83 0 0.75
HSL 235.86º 0.81% 0.14% -
HSV(B) 235.86º 0.89% 0.25% -
XYZ 1.16 0.67 5.07 -
YUV 15.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 7 11 65 0.89 0.83 0 0.75 235.86 0.81 0.14
Hex 7 B 41 59 53 0 4B EC 51 E
Octal 7 13 101 131 123 0 113 354 121 16
Binary 111 1011 1000001 1011001 1010011 0 1001011 11101100 1010001 1110

Color Harmonies of #070B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B41

Black with #070B41

Text Example


Text Example

White with #070B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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