Html Css Color HEX #070B52 Midnight Blue

📋 copy color: '#070B52'

red 7 ◦ green 11 ◦ blue 82

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

Shades of Midnight Blue #070B52

Tints of Midnight Blue #070B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 82%

R = 7%
G = 11%
B = 82%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#070B52 (or 0x070B52) is known color: Midnight Blue. HEX triplet: 07, 0B and 52. RGB value is (7,11,82). Sum of RGB (Red+Green+Blue) = 7+11+82=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 82 (32.42% from 255 or 82% from 100); Max value from RGB is 82 - color contains mainly: blue. Hex color #070B52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B52 is #F8F4AD. Grayscale: #111111. Windows color (decimal): -16315566 or 5376775. OLE color: 5376775.

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

Color convert

RGB 7 11 82 -
CMYK 0.91 0.87 0 0.68
HSL 236.8º 0.84% 0.17% -
HSV(B) 236.8º 0.91% 0.32% -
XYZ 1.73 0.89 8.06 -
YUV 17.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 7 11 82 0.91 0.87 0 0.68 236.8 0.84 0.17
Hex 7 B 52 5B 57 0 44 ED 54 11
Octal 7 13 122 133 127 0 104 355 124 21
Binary 111 1011 1010010 1011011 1010111 0 1000100 11101101 1010100 10001

Color Harmonies of #070B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B52

Black with #070B52

Text Example


Text Example

White with #070B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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