Html Css Color HEX #070482 Navy

📋 copy color: '#070482'

red 7 ◦ green 4 ◦ blue 130

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

Shades of Navy #070482

Tints of Navy #070482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

 BLUE value IS 130 (51.17% from 255) = 92.2%

R = 4.96%
G = 2.84%
B = 92.2%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#070482 (or 0x070482) is known color: Navy. HEX triplet: 07, 04 and 82. RGB value is (7,4,130). Sum of RGB (Red+Green+Blue) = 7+4+130=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 130 (51.17% from 255 or 92.20% from 141); Max value from RGB is 130 - color contains mainly: blue. Hex color #070482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070482 is #F8FB7D. Grayscale: #121212. Windows color (decimal): -16317310 or 8520711. OLE color: 8520711.

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

Color convert

RGB 7 4 130 -
CMYK 0.95 0.97 0 0.49
HSL 241.43º 0.94% 0.26% -
HSV(B) 241.43º 0.97% 0.51% -
XYZ 4.16 1.74 21.24 -
YUV 19.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 7 4 130 0.95 0.97 0 0.49 241.43 0.94 0.26
Hex 7 4 82 5F 61 0 31 F1 5E 1A
Octal 7 4 202 137 141 0 61 361 136 32
Binary 111 100 10000010 1011111 1100001 0 110001 11110001 1011110 11010

Color Harmonies of #070482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070482

Black with #070482

Text Example


Text Example

White with #070482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070482; }

 p { color: rgb(7,4,130); }

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

background-color css

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

 a { background-color: rgb(7,4,130); }

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

border-color css

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

 span { border-color: rgb(7,4,130); }

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