Html Css Color HEX #070FB4 New Midnight Blue

📋 copy color: '#070FB4'

red 7 ◦ green 15 ◦ blue 180

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

Shades of New Midnight Blue #070FB4

Tints of New Midnight Blue #070FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 89.11%

R = 3.47%
G = 7.43%
B = 89.11%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#070FB4 (or 0x070FB4) is known color: New Midnight Blue. HEX triplet: 07, 0F and B4. RGB value is (7,15,180). Sum of RGB (Red+Green+Blue) = 7+15+180=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 180 (70.70% from 255 or 89.11% from 202); Max value from RGB is 180 - color contains mainly: blue. Hex color #070FB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FB4 is #F8F04B. Grayscale: #1E1E1E. Windows color (decimal): -16314444 or 11800327. OLE color: 11800327.

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

Color convert

RGB 7 15 180 -
CMYK 0.96 0.92 0 0.29
HSL 237.23º 0.93% 0.37% -
HSV(B) 237.23º 0.96% 0.71% -
XYZ 8.5 3.68 43.44 -
YUV 31.42 211.85 110.58 -
System Red Green Blue C M Y K H S L
Decimal 7 15 180 0.96 0.92 0 0.29 237.23 0.93 0.37
Hex 7 F B4 60 5C 0 1D ED 5D 25
Octal 7 17 264 140 134 0 35 355 135 45
Binary 111 1111 10110100 1100000 1011100 0 11101 11101101 1011101 100101

Color Harmonies of #070FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070FB4

Black with #070FB4

Text Example


Text Example

White with #070FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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