Html Css Color HEX #070073 Navy

📋 copy color: '#070073'

red 7 ◦ green 0 ◦ blue 115

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

Shades of Navy #070073

Tints of Navy #070073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 94.26%

R = 5.74%
G = 0%
B = 94.26%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#070073 (or 0x070073) is known color: Navy. HEX triplet: 07, 00 and 73. RGB value is (7,0,115). Sum of RGB (Red+Green+Blue) = 7+0+115=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 115 (45.31% from 255 or 94.26% from 122); Max value from RGB is 115 - color contains mainly: blue. Hex color #070073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070073 is #F8FF8C. Grayscale: #0E0E0E. Windows color (decimal): -16318349 or 7536647. OLE color: 7536647.

HSL color Cylindrical-coordinate representation of color #070073: hue angle of 243.65º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070073 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 0 115 -
CMYK 0.94 1 0 0.55
HSL 243.65º 1% 0.23% -
HSV(B) 243.65º 1% 0.45% -
XYZ 3.18 1.28 16.3 -
YUV 15.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 7 0 115 0.94 1 0 0.55 243.65 1 0.23
Hex 7 0 73 5E 64 0 37 F4 64 17
Octal 7 0 163 136 144 0 67 364 144 27
Binary 111 0 1110011 1011110 1100100 0 110111 11110100 1100100 10111

Color Harmonies of #070073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070073

Black with #070073

Text Example


Text Example

White with #070073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070073; }

 p { color: rgb(7,0,115); }

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

background-color css

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

 a { background-color: rgb(7,0,115); }

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

border-color css

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

 span { border-color: rgb(7,0,115); }

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