Html Css Color HEX #070B6D Midnight Blue

📋 copy color: '#070B6D'

red 7 ◦ green 11 ◦ blue 109

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

Shades of Midnight Blue #070B6D

Tints of Midnight Blue #070B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 85.83%

R = 5.51%
G = 8.66%
B = 85.83%

CMYK

 C value IS 0.94

 M value IS 0.90

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#070B6D (or 0x070B6D) is known color: Midnight Blue. HEX triplet: 07, 0B and 6D. RGB value is (7,11,109). Sum of RGB (Red+Green+Blue) = 7+11+109=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 109 (42.97% from 255 or 85.83% from 127); Max value from RGB is 109 - color contains mainly: blue. Hex color #070B6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B6D is #F8F492. Grayscale: #141414. Windows color (decimal): -16315539 or 7146247. OLE color: 7146247.

HSL color Cylindrical-coordinate representation of color #070B6D: hue angle of 237.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070B6D is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 11 109 -
CMYK 0.94 0.90 0 0.57
HSL 237.65º 0.88% 0.23% -
HSV(B) 237.65º 0.94% 0.43% -
XYZ 2.97 1.39 14.58 -
YUV 20.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 7 11 109 0.94 0.90 0 0.57 237.65 0.88 0.23
Hex 7 B 6D 5E 5A 0 39 EE 58 17
Octal 7 13 155 136 132 0 71 356 130 27
Binary 111 1011 1101101 1011110 1011010 0 111001 11101110 1011000 10111

Color Harmonies of #070B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B6D

Black with #070B6D

Text Example


Text Example

White with #070B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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