#070F85

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

Shades of Navy #070F85

Tints of Navy #070F85

Color information

#070F85 (or 0x070F85) is unknown color: approx Navy. HEX triplet: 07, 0F and 85. RGB value is (7,15,133). Sum of RGB (Red+Green+Blue) = 7+15+133=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 133 (52.34% from 255 or 85.81% from 155); Max value from RGB is 133 - color contains mainly: blue. Hex color #070F85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070F85 is #F8F07A. Grayscale: #191919. Windows color (decimal): -16314491 or 8720135. OLE color: 8720135.

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

Color convert

RGB715133-
CMYK0.950.8900.48
HSL236.19º90%27.45%-
HSV(B)236.19º94.74%52.16%-
XYZ4.492.0822.36-
YUV26.06188.35114.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 15 (6.25% from 255) = 9.68%
BLUE value IS 133 (52.34% from 255) = 85.81%
R=4.52%
G=9.68%
B=85.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7151330.950.8900.48236.199027.45
Hex7F855F59030ec5a1b
Octal71720513713106035413233
Binary11111111000010110111111011001011000011101100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,15,133); }

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

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

 a { background-color: rgb(7,15,133); }

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

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

 span { border-color: rgb(7,15,133); }

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