#070D84

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

Shades of Navy #070D84

Tints of Navy #070D84

Color information

#070D84 (or 0x070D84) is unknown color: approx Navy. HEX triplet: 07, 0D and 84. RGB value is (7,13,132). Sum of RGB (Red+Green+Blue) = 7+13+132=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 132 (51.95% from 255 or 86.84% from 152); Max value from RGB is 132 - color contains mainly: blue. Hex color #070D84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070D84 is #F8F27B. Grayscale: #181818. Windows color (decimal): -16315004 or 8654087. OLE color: 8654087.

HSL color Cylindrical-coordinate representation of color #070D84: hue angle of 237.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070D84 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB713132-
CMYK0.950.9000.48
HSL237.12º89.93%27.25%-
HSV(B)237.12º94.7%51.76%-
XYZ4.4221.98-
YUV24.77188.51115.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 13 (5.47% from 255) = 8.55%
BLUE value IS 132 (51.95% from 255) = 86.84%
R=4.61%
G=8.55%
B=86.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7131320.950.9000.48237.1289.9327.25
Hex7D845F5A030ed5a1b
Octal71520413713206035513233
Binary11111011000010010111111011010011000011101101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070D84; }

 p { color: rgb(7,13,132); }

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

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

 a { background-color: rgb(7,13,132); }

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

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

 span { border-color: rgb(7,13,132); }

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