Html Css Color HEX #070270 Navy

📋 copy color: '#070270'

red 7 ◦ green 2 ◦ blue 112

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

Shades of Navy #070270

Tints of Navy #070270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 92.56%

R = 5.79%
G = 1.65%
B = 92.56%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#070270 (or 0x070270) is known color: Navy. HEX triplet: 07, 02 and 70. RGB value is (7,2,112). Sum of RGB (Red+Green+Blue) = 7+2+112=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 112 (44.14% from 255 or 92.56% from 121); Max value from RGB is 112 - color contains mainly: blue. Hex color #070270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070270 is #F8FD8F. Grayscale: #0F0F0F. Windows color (decimal): -16317840 or 7340551. OLE color: 7340551.

HSL color Cylindrical-coordinate representation of color #070270: hue angle of 242.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #070270 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 2 112 -
CMYK 0.94 0.98 0 0.56
HSL 242.73º 0.96% 0.22% -
HSV(B) 242.73º 0.98% 0.44% -
XYZ 3.03 1.26 15.41 -
YUV 16.04 182.16 121.56 -
System Red Green Blue C M Y K H S L
Decimal 7 2 112 0.94 0.98 0 0.56 242.73 0.96 0.22
Hex 7 2 70 5E 62 0 38 F3 60 16
Octal 7 2 160 136 142 0 70 363 140 26
Binary 111 10 1110000 1011110 1100010 0 111000 11110011 1100000 10110

Color Harmonies of #070270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070270

Black with #070270

Text Example


Text Example

White with #070270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070270; }

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

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

background-color css

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

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

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

border-color css

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

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

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