Html Css Color HEX #070B60 Midnight Blue

📋 copy color: '#070B60'

red 7 ◦ green 11 ◦ blue 96

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

Shades of Midnight Blue #070B60

Tints of Midnight Blue #070B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 84.21%

R = 6.14%
G = 9.65%
B = 84.21%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#070B60 (or 0x070B60) is known color: Midnight Blue. HEX triplet: 07, 0B and 60. RGB value is (7,11,96). Sum of RGB (Red+Green+Blue) = 7+11+96=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 96 (37.89% from 255 or 84.21% from 114); Max value from RGB is 96 - color contains mainly: blue. Hex color #070B60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B60 is #F8F49F. Grayscale: #131313. Windows color (decimal): -16315552 or 6294279. OLE color: 6294279.

HSL color Cylindrical-coordinate representation of color #070B60: hue angle of 237.3º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070B60 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 11 96 -
CMYK 0.93 0.89 0 0.62
HSL 237.3º 0.86% 0.2% -
HSV(B) 237.3º 0.93% 0.38% -
XYZ 2.32 1.13 11.16 -
YUV 19.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 7 11 96 0.93 0.89 0 0.62 237.3 0.86 0.2
Hex 7 B 60 5D 59 0 3E ED 56 14
Octal 7 13 140 135 131 0 76 355 126 24
Binary 111 1011 1100000 1011101 1011001 0 111110 11101101 1010110 10100

Color Harmonies of #070B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B60

Black with #070B60

Text Example


Text Example

White with #070B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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