#070272

Color #070272 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #070272

Tints of Navy #070272

Color information

#070272 (or 0x070272) is unknown color: approx Navy. HEX triplet: 07, 02 and 72. RGB value is (7,2,114). Sum of RGB (Red+Green+Blue) = 7+2+114=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 114 (44.92% from 255 or 92.68% from 123); Max value from RGB is 114 - color contains mainly: blue. Hex color #070272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070272 is #F8FD8D. Grayscale: #0F0F0F. Windows color (decimal): -16317838 or 7471623. OLE color: 7471623.

HSL color Cylindrical-coordinate representation of color #070272: hue angle of 242.68º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #070272 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB72114-
CMYK0.940.9800.55
HSL242.68º96.55%22.75%-
HSV(B)242.68º98.25%44.71%-
XYZ3.151.316.01-
YUV16.26183.16121.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 114 (44.92% from 255) = 92.68%
R=5.69%
G=1.63%
B=92.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721140.940.9800.55242.6896.5522.75
Hex72725E62037f36117
Octal7216213614206736314127
Binary11110111001010111101100010011011111110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070272; }

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

 H1.HeaderClassName
 {
   color: #070272;
 }
 .AnyTagClassName
 {
   color: #070272;
 }
</style>
background-color css

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

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

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

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

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

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