Html Css Color HEX #070377 Navy

📋 copy color: '#070377'

red 7 ◦ green 3 ◦ blue 119

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

Shades of Navy #070377

Tints of Navy #070377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.33%

 BLUE value IS 119 (46.88% from 255) = 92.25%

R = 5.43%
G = 2.33%
B = 92.25%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#070377 (or 0x070377) is known color: Navy. HEX triplet: 07, 03 and 77. RGB value is (7,3,119). Sum of RGB (Red+Green+Blue) = 7+3+119=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 119 (46.88% from 255 or 92.25% from 129); Max value from RGB is 119 - color contains mainly: blue. Hex color #070377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070377 is #F8FC88. Grayscale: #101010. Windows color (decimal): -16317577 or 7799559. OLE color: 7799559.

HSL color Cylindrical-coordinate representation of color #070377: hue angle of 242.07º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070377 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 3 119 -
CMYK 0.94 0.97 0 0.53
HSL 242.07º 0.95% 0.24% -
HSV(B) 242.07º 0.97% 0.47% -
XYZ 3.45 1.44 17.55 -
YUV 17.42 185.33 120.57 -
System Red Green Blue C M Y K H S L
Decimal 7 3 119 0.94 0.97 0 0.53 242.07 0.95 0.24
Hex 7 3 77 5E 61 0 35 F2 5F 18
Octal 7 3 167 136 141 0 65 362 137 30
Binary 111 11 1110111 1011110 1100001 0 110101 11110010 1011111 11000

Color Harmonies of #070377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070377

Black with #070377

Text Example


Text Example

White with #070377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070377; }

 p { color: rgb(7,3,119); }

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

background-color css

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

 a { background-color: rgb(7,3,119); }

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

border-color css

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

 span { border-color: rgb(7,3,119); }

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