#070075

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

Shades of Navy #070075

Tints of Navy #070075

Color information

#070075 (or 0x070075) is unknown color: approx Navy. HEX triplet: 07, 00 and 75. RGB value is (7,0,117). Sum of RGB (Red+Green+Blue) = 7+0+117=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 117 (46.09% from 255 or 94.35% from 124); Max value from RGB is 117 - color contains mainly: blue. Hex color #070075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070075 is #F8FF8A. Grayscale: #0E0E0E. Windows color (decimal): -16318347 or 7667719. OLE color: 7667719.

HSL color Cylindrical-coordinate representation of color #070075: hue angle of 243.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070075 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB70117-
CMYK0.94100.54
HSL243.59º100%22.94%-
HSV(B)243.59º100%45.88%-
XYZ3.31.3316.91-
YUV15.43185.32121.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 94.35%
R=5.65%
G=0%
B=94.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701170.94100.54243.5910022.94
Hex70755E64036f46417
Octal7016513614406636414427
Binary1110111010110111101100100011011011110100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070075; }

 p { color: rgb(7,0,117); }

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

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

 a { background-color: rgb(7,0,117); }

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

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

 span { border-color: rgb(7,0,117); }

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