Html Css Color HEX #070276 Navy

📋 copy color: '#070276'

red 7 ◦ green 2 ◦ blue 118

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

Shades of Navy #070276

Tints of Navy #070276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.57%

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

R = 5.51%
G = 1.57%
B = 92.91%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#070276 (or 0x070276) is known color: Navy. HEX triplet: 07, 02 and 76. RGB value is (7,2,118). Sum of RGB (Red+Green+Blue) = 7+2+118=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 118 (46.48% from 255 or 92.91% from 127); Max value from RGB is 118 - color contains mainly: blue. Hex color #070276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070276 is #F8FD89. Grayscale: #101010. Windows color (decimal): -16317834 or 7733767. OLE color: 7733767.

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

Color convert

RGB 7 2 118 -
CMYK 0.94 0.98 0 0.54
HSL 242.59º 0.97% 0.24% -
HSV(B) 242.59º 0.98% 0.46% -
XYZ 3.38 1.4 17.23 -
YUV 16.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 7 2 118 0.94 0.98 0 0.54 242.59 0.97 0.24
Hex 7 2 76 5E 62 0 36 F3 61 18
Octal 7 2 166 136 142 0 66 363 141 30
Binary 111 10 1110110 1011110 1100010 0 110110 11110011 1100001 11000

Color Harmonies of #070276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070276

Black with #070276

Text Example


Text Example

White with #070276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070276; }

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

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

background-color css

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

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

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

border-color css

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

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

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