#070C84

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

Shades of Navy #070C84

Tints of Navy #070C84

Color information

#070C84 (or 0x070C84) is unknown color: approx Navy. HEX triplet: 07, 0C and 84. RGB value is (7,12,132). Sum of RGB (Red+Green+Blue) = 7+12+132=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 132 (51.95% from 255 or 87.42% from 151); Max value from RGB is 132 - color contains mainly: blue. Hex color #070C84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070C84 is #F8F37B. Grayscale: #171717. Windows color (decimal): -16315260 or 8653831. OLE color: 8653831.

HSL color Cylindrical-coordinate representation of color #070C84: hue angle of 237.6º 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 #070C84 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB712132-
CMYK0.950.9100.48
HSL237.6º89.93%27.25%-
HSV(B)237.6º94.7%51.76%-
XYZ4.381.9721.98-
YUV24.18188.84115.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 132 (51.95% from 255) = 87.42%
R=4.64%
G=7.95%
B=87.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7121320.950.9100.48237.689.9327.25
Hex7C845F5B030ee5a1b
Octal71420413713306035613233
Binary11111001000010010111111011011011000011101110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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