Html Css Color HEX #070D71 Navy

📋 copy color: '#070D71'

red 7 ◦ green 13 ◦ blue 113

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

Shades of Navy #070D71

Tints of Navy #070D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.77%

 BLUE value IS 113 (44.53% from 255) = 84.96%

R = 5.26%
G = 9.77%
B = 84.96%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#070D71 (or 0x070D71) is known color: Navy. HEX triplet: 07, 0D and 71. RGB value is (7,13,113). Sum of RGB (Red+Green+Blue) = 7+13+113=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 113 (44.53% from 255 or 84.96% from 133); Max value from RGB is 113 - color contains mainly: blue. Hex color #070D71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D71 is #F8F28E. Grayscale: #161616. Windows color (decimal): -16315023 or 7408903. OLE color: 7408903.

HSL color Cylindrical-coordinate representation of color #070D71: hue angle of 236.6º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070D71 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 13 113 -
CMYK 0.94 0.88 0 0.56
HSL 236.6º 0.88% 0.24% -
HSV(B) 236.6º 0.94% 0.44% -
XYZ 3.21 1.53 15.75 -
YUV 22.61 179.01 116.87 -
System Red Green Blue C M Y K H S L
Decimal 7 13 113 0.94 0.88 0 0.56 236.6 0.88 0.24
Hex 7 D 71 5E 58 0 38 ED 58 18
Octal 7 15 161 136 130 0 70 355 130 30
Binary 111 1101 1110001 1011110 1011000 0 111000 11101101 1011000 11000

Color Harmonies of #070D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D71

Black with #070D71

Text Example


Text Example

White with #070D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,13,113); }

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

background-color css

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

 a { background-color: rgb(7,13,113); }

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

border-color css

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

 span { border-color: rgb(7,13,113); }

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