Html Css Color HEX #070376 Navy

📋 copy color: '#070376'

red 7 ◦ green 3 ◦ blue 118

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

Shades of Navy #070376

Tints of Navy #070376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 92.19%

R = 5.47%
G = 2.34%
B = 92.19%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#070376 (or 0x070376) is known color: Navy. HEX triplet: 07, 03 and 76. RGB value is (7,3,118). Sum of RGB (Red+Green+Blue) = 7+3+118=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 118 (46.48% from 255 or 92.19% from 128); Max value from RGB is 118 - color contains mainly: blue. Hex color #070376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070376 is #F8FC89. Grayscale: #101010. Windows color (decimal): -16317578 or 7734023. OLE color: 7734023.

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

Color convert

RGB 7 3 118 -
CMYK 0.94 0.97 0 0.54
HSL 242.09º 0.95% 0.24% -
HSV(B) 242.09º 0.97% 0.46% -
XYZ 3.39 1.42 17.23 -
YUV 17.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 7 3 118 0.94 0.97 0 0.54 242.09 0.95 0.24
Hex 7 3 76 5E 61 0 36 F2 5F 18
Octal 7 3 166 136 141 0 66 362 137 30
Binary 111 11 1110110 1011110 1100001 0 110110 11110010 1011111 11000

Color Harmonies of #070376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070376

Black with #070376

Text Example


Text Example

White with #070376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070376; }

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

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

background-color css

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

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

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

border-color css

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

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

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