#080365

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

Shades of Navy #080365

Tints of Navy #080365

Color information

#080365 (or 0x080365) is unknown color: approx Navy. HEX triplet: 08, 03 and 65. RGB value is (8,3,101). Sum of RGB (Red+Green+Blue) = 8+3+101=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 101 (39.84% from 255 or 90.18% from 112); Max value from RGB is 101 - color contains mainly: blue. Hex color #080365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080365 is #F7FC9A. Grayscale: #0F0F0F. Windows color (decimal): -16252059 or 6619912. OLE color: 6619912.

HSL color Cylindrical-coordinate representation of color #080365: hue angle of 243.06º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080365 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB83101-
CMYK0.920.9700.60
HSL243.06º94.23%20.39%-
HSV(B)243.06º97.03%39.61%-
XYZ2.481.0612.39-
YUV15.67176.16122.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 101 (39.84% from 255) = 90.18%
R=7.14%
G=2.68%
B=90.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal831010.920.9700.60243.0694.2320.39
Hex83655C6103Cf35e14
Octal10314513414107436313624
Binary100011110010110111001100001011110011110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080365; }

 p { color: rgb(8,3,101); }

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

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

 a { background-color: rgb(8,3,101); }

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

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

 span { border-color: rgb(8,3,101); }

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