Html Css Color HEX #070A79 Navy

📋 copy color: '#070A79'

red 7 ◦ green 10 ◦ blue 121

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

Shades of Navy #070A79

Tints of Navy #070A79

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.25%

 BLUE value IS 121 (47.66% from 255) = 87.68%

R = 5.07%
G = 7.25%
B = 87.68%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#070A79 (or 0x070A79) is known color: Navy. HEX triplet: 07, 0A and 79. RGB value is (7,10,121). Sum of RGB (Red+Green+Blue) = 7+10+121=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 121 (47.66% from 255 or 87.68% from 138); Max value from RGB is 121 - color contains mainly: blue. Hex color #070A79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A79 is #F8F586. Grayscale: #151515. Windows color (decimal): -16315783 or 7932423. OLE color: 7932423.

HSL color Cylindrical-coordinate representation of color #070A79: hue angle of 238.42º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070A79 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 10 121 -
CMYK 0.94 0.92 0 0.53
HSL 238.42º 0.89% 0.25% -
HSV(B) 238.42º 0.94% 0.47% -
XYZ 3.65 1.64 18.21 -
YUV 21.76 184.01 117.47 -
System Red Green Blue C M Y K H S L
Decimal 7 10 121 0.94 0.92 0 0.53 238.42 0.89 0.25
Hex 7 A 79 5E 5C 0 35 EE 59 19
Octal 7 12 171 136 134 0 65 356 131 31
Binary 111 1010 1111001 1011110 1011100 0 110101 11101110 1011001 11001

Color Harmonies of #070A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A79

Black with #070A79

Text Example


Text Example

White with #070A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070A79; }

 p { color: rgb(7,10,121); }

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

background-color css

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

 a { background-color: rgb(7,10,121); }

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

border-color css

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

 span { border-color: rgb(7,10,121); }

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