#080075

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

Shades of Navy #080075

Tints of Navy #080075

Color information

#080075 (or 0x080075) is unknown color: approx Navy. HEX triplet: 08, 00 and 75. RGB value is (8,0,117). Sum of RGB (Red+Green+Blue) = 8+0+117=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 117 (46.09% from 255 or 93.6% from 125); Max value from RGB is 117 - color contains mainly: blue. Hex color #080075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080075 is #F7FF8A. Grayscale: #0F0F0F. Windows color (decimal): -16252811 or 7667720. OLE color: 7667720.

HSL color Cylindrical-coordinate representation of color #080075: hue angle of 244.1º 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 #080075 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB80117-
CMYK0.93100.54
HSL244.1º100%22.94%-
HSV(B)244.1º100%45.88%-
XYZ3.311.3416.91-
YUV15.73185.15122.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 93.6%
R=6.4%
G=0%
B=93.6%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801170.93100.54244.110022.94
Hex80755D64036f46417
Octal10016513514406636414427
Binary10000111010110111011100100011011011110100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080075; }

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

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

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

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

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

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

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

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