Html Css Color HEX #070FAC New Midnight Blue

📋 copy color: '#070FAC'

red 7 ◦ green 15 ◦ blue 172

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

Shades of New Midnight Blue #070FAC

Tints of New Midnight Blue #070FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 88.66%

R = 3.61%
G = 7.73%
B = 88.66%

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

#070FAC (or 0x070FAC) is known color: New Midnight Blue. HEX triplet: 07, 0F and AC. RGB value is (7,15,172). Sum of RGB (Red+Green+Blue) = 7+15+172=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 172 (67.58% from 255 or 88.66% from 194); Max value from RGB is 172 - color contains mainly: blue. Hex color #070FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070FAC is #F8F053. Grayscale: #1D1D1D. Windows color (decimal): -16314452 or 11276039. OLE color: 11276039.

HSL color Cylindrical-coordinate representation of color #070FAC: hue angle of 237.09º 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 #070FAC is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 15 172 -
CMYK 0.96 0.91 0 0.33
HSL 237.09º 0.92% 0.35% -
HSV(B) 237.09º 0.96% 0.67% -
XYZ 7.7 3.37 39.27 -
YUV 30.51 207.85 111.23 -
System Red Green Blue C M Y K H S L
Decimal 7 15 172 0.96 0.91 0 0.33 237.09 0.92 0.35
Hex 7 F AC 60 5B 0 21 ED 5C 23
Octal 7 17 254 140 133 0 41 355 134 43
Binary 111 1111 10101100 1100000 1011011 0 100001 11101101 1011100 100011

Color Harmonies of #070FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070FAC

Black with #070FAC

Text Example


Text Example

White with #070FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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