Html Css Color HEX #070169 Navy

📋 copy color: '#070169'

red 7 ◦ green 1 ◦ blue 105

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

Shades of Navy #070169

Tints of Navy #070169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 105 (41.41% from 255) = 92.92%

R = 6.19%
G = 0.88%
B = 92.92%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#070169 (or 0x070169) is known color: Navy. HEX triplet: 07, 01 and 69. RGB value is (7,1,105). Sum of RGB (Red+Green+Blue) = 7+1+105=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 105 (41.41% from 255 or 92.92% from 113); Max value from RGB is 105 - color contains mainly: blue. Hex color #070169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070169 is #F8FE96. Grayscale: #0E0E0E. Windows color (decimal): -16318103 or 6881543. OLE color: 6881543.

HSL color Cylindrical-coordinate representation of color #070169: hue angle of 243.46º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070169 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 1 105 -
CMYK 0.93 0.99 0 0.59
HSL 243.46º 0.98% 0.21% -
HSV(B) 243.46º 0.99% 0.41% -
XYZ 2.65 1.09 13.43 -
YUV 14.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 7 1 105 0.93 0.99 0 0.59 243.46 0.98 0.21
Hex 7 1 69 5D 63 0 3B F3 62 15
Octal 7 1 151 135 143 0 73 363 142 25
Binary 111 1 1101001 1011101 1100011 0 111011 11110011 1100010 10101

Color Harmonies of #070169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070169

Black with #070169

Text Example


Text Example

White with #070169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070169; }

 p { color: rgb(7,1,105); }

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

background-color css

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

 a { background-color: rgb(7,1,105); }

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

border-color css

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

 span { border-color: rgb(7,1,105); }

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