#071284

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

Shades of Navy #071284

Tints of Navy #071284

Color information

#071284 (or 0x071284) is unknown color: approx Navy. HEX triplet: 07, 12 and 84. RGB value is (7,18,132). Sum of RGB (Red+Green+Blue) = 7+18+132=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #071284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071284 is #F8ED7B. Grayscale: #1B1B1B. Windows color (decimal): -16313724 or 8655367. OLE color: 8655367.

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

Color convert

RGB718132-
CMYK0.950.8600.48
HSL234.72º89.93%27.25%-
HSV(B)234.72º94.7%51.76%-
XYZ4.472.1422.01-
YUV27.71186.86113.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 132 (51.95% from 255) = 84.08%
R=4.46%
G=11.46%
B=84.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7181320.950.8600.48234.7289.9327.25
Hex712845F56030eb5a1b
Octal72220413712606035313233
Binary111100101000010010111111010110011000011101011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071284; }

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

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

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

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

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

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

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

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