Html Css Color HEX #070B50 Midnight Blue

📋 copy color: '#070B50'

red 7 ◦ green 11 ◦ blue 80

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

Shades of Midnight Blue #070B50

Tints of Midnight Blue #070B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 81.63%

R = 7.14%
G = 11.22%
B = 81.63%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#070B50 (or 0x070B50) is known color: Midnight Blue. HEX triplet: 07, 0B and 50. RGB value is (7,11,80). Sum of RGB (Red+Green+Blue) = 7+11+80=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 80 (31.64% from 255 or 81.63% from 98); Max value from RGB is 80 - color contains mainly: blue. Hex color #070B50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B50 is #F8F4AF. Grayscale: #111111. Windows color (decimal): -16315568 or 5245703. OLE color: 5245703.

HSL color Cylindrical-coordinate representation of color #070B50: hue angle of 236.71º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070B50 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 11 80 -
CMYK 0.91 0.86 0 0.69
HSL 236.71º 0.84% 0.17% -
HSV(B) 236.71º 0.91% 0.31% -
XYZ 1.66 0.86 7.67 -
YUV 17.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 7 11 80 0.91 0.86 0 0.69 236.71 0.84 0.17
Hex 7 B 50 5B 56 0 45 ED 54 11
Octal 7 13 120 133 126 0 105 355 124 21
Binary 111 1011 1010000 1011011 1010110 0 1000101 11101101 1010100 10001

Color Harmonies of #070B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B50

Black with #070B50

Text Example


Text Example

White with #070B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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