Html Css Color HEX #0716AF New Midnight Blue

📋 copy color: '#0716AF'

red 7 ◦ green 22 ◦ blue 175

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

Shades of New Midnight Blue #0716AF

Tints of New Midnight Blue #0716AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

 BLUE value IS 175 (68.75% from 255) = 85.78%

R = 3.43%
G = 10.78%
B = 85.78%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0716AF (or 0x0716AF) is known color: New Midnight Blue. HEX triplet: 07, 16 and AF. RGB value is (7,22,175). Sum of RGB (Red+Green+Blue) = 7+22+175=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 175 (68.75% from 255 or 85.78% from 204); Max value from RGB is 175 - color contains mainly: blue. Hex color #0716AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0716AF is #F8E950. Grayscale: #222222. Windows color (decimal): -16312657 or 11474439. OLE color: 11474439.

HSL color Cylindrical-coordinate representation of color #0716AF: hue angle of 234.64º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0716AF is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 22 175 -
CMYK 0.96 0.87 0 0.31
HSL 234.64º 0.92% 0.36% -
HSV(B) 234.64º 0.96% 0.69% -
XYZ 8.11 3.71 40.85 -
YUV 34.96 207.03 108.06 -
System Red Green Blue C M Y K H S L
Decimal 7 22 175 0.96 0.87 0 0.31 234.64 0.92 0.36
Hex 7 16 AF 60 57 0 1F EB 5C 24
Octal 7 26 257 140 127 0 37 353 134 44
Binary 111 10110 10101111 1100000 1010111 0 11111 11101011 1011100 100100

Color Harmonies of #0716AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0716AF

Black with #0716AF

Text Example


Text Example

White with #0716AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0716AF; }

 p { color: rgb(7,22,175); }

 H1.HeaderClassName
 {
   color: #0716AF;
 }
 .AnyTagClassName
 {
   color: #0716AF;
 }
</style>

background-color css

<style>
 a { background-color: #0716AF; }

 a { background-color: rgb(7,22,175); }

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

border-color css

<style>
 span { border-color: #0716AF; }

 span { border-color: rgb(7,22,175); }

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