Html Css Color HEX #070BA9 New Midnight Blue

📋 copy color: '#070BA9'

red 7 ◦ green 11 ◦ blue 169

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

Shades of New Midnight Blue #070BA9

Tints of New Midnight Blue #070BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 90.37%

R = 3.74%
G = 5.88%
B = 90.37%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#070BA9 (or 0x070BA9) is known color: New Midnight Blue. HEX triplet: 07, 0B and A9. RGB value is (7,11,169). Sum of RGB (Red+Green+Blue) = 7+11+169=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 169 (66.41% from 255 or 90.37% from 187); Max value from RGB is 169 - color contains mainly: blue. Hex color #070BA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070BA9 is #F8F456. Grayscale: #1B1B1B. Windows color (decimal): -16315479 or 11078407. OLE color: 11078407.

HSL color Cylindrical-coordinate representation of color #070BA9: hue angle of 238.52º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070BA9 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 7 11 169 -
CMYK 0.96 0.93 0 0.34
HSL 238.52º 0.92% 0.35% -
HSV(B) 238.52º 0.96% 0.66% -
XYZ 7.37 3.15 37.76 -
YUV 27.82 207.67 113.15 -
System Red Green Blue C M Y K H S L
Decimal 7 11 169 0.96 0.93 0 0.34 238.52 0.92 0.35
Hex 7 B A9 60 5D 0 22 EF 5C 23
Octal 7 13 251 140 135 0 42 357 134 43
Binary 111 1011 10101001 1100000 1011101 0 100010 11101111 1011100 100011

Color Harmonies of #070BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070BA9

Black with #070BA9

Text Example


Text Example

White with #070BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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