Html Css Color HEX #070269 Navy

📋 copy color: '#070269'

red 7 ◦ green 2 ◦ blue 105

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

Shades of Navy #070269

Tints of Navy #070269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.75%

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

R = 6.14%
G = 1.75%
B = 92.11%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#070269 (or 0x070269) is known color: Navy. HEX triplet: 07, 02 and 69. RGB value is (7,2,105). Sum of RGB (Red+Green+Blue) = 7+2+105=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 105 (41.41% from 255 or 92.11% from 114); Max value from RGB is 105 - color contains mainly: blue. Hex color #070269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070269 is #F8FD96. Grayscale: #0E0E0E. Windows color (decimal): -16317847 or 6881799. OLE color: 6881799.

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

Color convert

RGB 7 2 105 -
CMYK 0.93 0.98 0 0.59
HSL 242.91º 0.96% 0.21% -
HSV(B) 242.91º 0.98% 0.41% -
XYZ 2.66 1.11 13.44 -
YUV 15.24 178.66 122.12 -
System Red Green Blue C M Y K H S L
Decimal 7 2 105 0.93 0.98 0 0.59 242.91 0.96 0.21
Hex 7 2 69 5D 62 0 3B F3 60 15
Octal 7 2 151 135 142 0 73 363 140 25
Binary 111 10 1101001 1011101 1100010 0 111011 11110011 1100000 10101

Color Harmonies of #070269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070269

Black with #070269

Text Example


Text Example

White with #070269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070269; }

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

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

background-color css

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

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

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

border-color css

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

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

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