Html Css Color HEX #070369 Navy

📋 copy color: '#070369'

red 7 ◦ green 3 ◦ blue 105

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

Shades of Navy #070369

Tints of Navy #070369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.61%

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

R = 6.09%
G = 2.61%
B = 91.3%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#070369 (or 0x070369) is known color: Navy. HEX triplet: 07, 03 and 69. RGB value is (7,3,105). Sum of RGB (Red+Green+Blue) = 7+3+105=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 105 (41.41% from 255 or 91.30% from 115); Max value from RGB is 105 - color contains mainly: blue. Hex color #070369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070369 is #F8FC96. Grayscale: #0F0F0F. Windows color (decimal): -16317591 or 6882055. OLE color: 6882055.

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

Color convert

RGB 7 3 105 -
CMYK 0.93 0.97 0 0.59
HSL 242.35º 0.94% 0.21% -
HSV(B) 242.35º 0.97% 0.41% -
XYZ 2.67 1.13 13.44 -
YUV 15.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 7 3 105 0.93 0.97 0 0.59 242.35 0.94 0.21
Hex 7 3 69 5D 61 0 3B F2 5E 15
Octal 7 3 151 135 141 0 73 362 136 25
Binary 111 11 1101001 1011101 1100001 0 111011 11110010 1011110 10101

Color Harmonies of #070369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070369

Black with #070369

Text Example


Text Example

White with #070369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070369; }

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

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

background-color css

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

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

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

border-color css

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

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

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