Html Css Color HEX #070BAE New Midnight Blue

📋 copy color: '#070BAE'

red 7 ◦ green 11 ◦ blue 174

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

Shades of New Midnight Blue #070BAE

Tints of New Midnight Blue #070BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 90.63%

R = 3.65%
G = 5.73%
B = 90.63%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#070BAE (or 0x070BAE) is known color: New Midnight Blue. HEX triplet: 07, 0B and AE. RGB value is (7,11,174). Sum of RGB (Red+Green+Blue) = 7+11+174=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 174 (68.36% from 255 or 90.62% from 192); Max value from RGB is 174 - color contains mainly: blue. Hex color #070BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070BAE is #F8F451. Grayscale: #1B1B1B. Windows color (decimal): -16315474 or 11406087. OLE color: 11406087.

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

Color convert

RGB 7 11 174 -
CMYK 0.96 0.94 0 0.32
HSL 238.56º 0.92% 0.35% -
HSV(B) 238.56º 0.96% 0.68% -
XYZ 7.85 3.34 40.28 -
YUV 28.39 210.17 112.75 -
System Red Green Blue C M Y K H S L
Decimal 7 11 174 0.96 0.94 0 0.32 238.56 0.92 0.35
Hex 7 B AE 60 5E 0 20 EF 5C 23
Octal 7 13 256 140 136 0 40 357 134 43
Binary 111 1011 10101110 1100000 1011110 0 100000 11101111 1011100 100011

Color Harmonies of #070BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070BAE

Black with #070BAE

Text Example


Text Example

White with #070BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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