Html Css Color HEX #070F9E New Midnight Blue

📋 copy color: '#070F9E'

red 7 ◦ green 15 ◦ blue 158

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

Shades of New Midnight Blue #070F9E

Tints of New Midnight Blue #070F9E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.33%

 BLUE value IS 158 (62.11% from 255) = 87.78%

R = 3.89%
G = 8.33%
B = 87.78%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#070F9E (or 0x070F9E) is known color: New Midnight Blue. HEX triplet: 07, 0F and 9E. RGB value is (7,15,158). Sum of RGB (Red+Green+Blue) = 7+15+158=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 158 (62.11% from 255 or 87.78% from 180); Max value from RGB is 158 - color contains mainly: blue. Hex color #070F9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070F9E is #F8F061. Grayscale: #1C1C1C. Windows color (decimal): -16314466 or 10358535. OLE color: 10358535.

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

Color convert

RGB 7 15 158 -
CMYK 0.96 0.91 0 0.38
HSL 236.82º 0.92% 0.32% -
HSV(B) 236.82º 0.96% 0.62% -
XYZ 6.43 2.86 32.56 -
YUV 28.91 200.85 112.37 -
System Red Green Blue C M Y K H S L
Decimal 7 15 158 0.96 0.91 0 0.38 236.82 0.92 0.32
Hex 7 F 9E 60 5B 0 26 ED 5C 20
Octal 7 17 236 140 133 0 46 355 134 40
Binary 111 1111 10011110 1100000 1011011 0 100110 11101101 1011100 100000

Color Harmonies of #070F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F9E

Black with #070F9E

Text Example


Text Example

White with #070F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,15,158); }

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

background-color css

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

 a { background-color: rgb(7,15,158); }

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

border-color css

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

 span { border-color: rgb(7,15,158); }

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