Html Css Color HEX #070A6D Navy

📋 copy color: '#070A6D'

red 7 ◦ green 10 ◦ blue 109

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

Shades of Navy #070A6D

Tints of Navy #070A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 86.51%

R = 5.56%
G = 7.94%
B = 86.51%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#070A6D (or 0x070A6D) is known color: Navy. HEX triplet: 07, 0A and 6D. RGB value is (7,10,109). Sum of RGB (Red+Green+Blue) = 7+10+109=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 109 (42.97% from 255 or 86.51% from 126); Max value from RGB is 109 - color contains mainly: blue. Hex color #070A6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A6D is #F8F592. Grayscale: #131313. Windows color (decimal): -16315795 or 7145991. OLE color: 7145991.

HSL color Cylindrical-coordinate representation of color #070A6D: hue angle of 238.24º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070A6D is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 10 109 -
CMYK 0.94 0.91 0 0.57
HSL 238.24º 0.88% 0.23% -
HSV(B) 238.24º 0.94% 0.43% -
XYZ 2.96 1.37 14.58 -
YUV 20.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 7 10 109 0.94 0.91 0 0.57 238.24 0.88 0.23
Hex 7 A 6D 5E 5B 0 39 EE 58 17
Octal 7 12 155 136 133 0 71 356 130 27
Binary 111 1010 1101101 1011110 1011011 0 111001 11101110 1011000 10111

Color Harmonies of #070A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A6D

Black with #070A6D

Text Example


Text Example

White with #070A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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