Html Css Color HEX #070FAB New Midnight Blue

📋 copy color: '#070FAB'

red 7 ◦ green 15 ◦ blue 171

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

Shades of New Midnight Blue #070FAB

Tints of New Midnight Blue #070FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 88.6%

R = 3.63%
G = 7.77%
B = 88.6%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#070FAB (or 0x070FAB) is known color: New Midnight Blue. HEX triplet: 07, 0F and AB. RGB value is (7,15,171). Sum of RGB (Red+Green+Blue) = 7+15+171=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 171 (67.19% from 255 or 88.60% from 193); Max value from RGB is 171 - color contains mainly: blue. Hex color #070FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070FAB is #F8F054. Grayscale: #1D1D1D. Windows color (decimal): -16314453 or 11210503. OLE color: 11210503.

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

Color convert

RGB 7 15 171 -
CMYK 0.96 0.91 0 0.33
HSL 237.07º 0.92% 0.35% -
HSV(B) 237.07º 0.96% 0.67% -
XYZ 7.61 3.33 38.77 -
YUV 30.39 207.35 111.32 -
System Red Green Blue C M Y K H S L
Decimal 7 15 171 0.96 0.91 0 0.33 237.07 0.92 0.35
Hex 7 F AB 60 5B 0 21 ED 5C 23
Octal 7 17 253 140 133 0 41 355 134 43
Binary 111 1111 10101011 1100000 1011011 0 100001 11101101 1011100 100011

Color Harmonies of #070FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070FAB

Black with #070FAB

Text Example


Text Example

White with #070FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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