#080369

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

Shades of Navy #080369

Tints of Navy #080369

Color information

#080369 (or 0x080369) is unknown color: approx Navy. HEX triplet: 08, 03 and 69. RGB value is (8,3,105). Sum of RGB (Red+Green+Blue) = 8+3+105=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 105 (41.41% from 255 or 90.52% from 116); Max value from RGB is 105 - color contains mainly: blue. Hex color #080369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080369 is #F7FC96. Grayscale: #0F0F0F. Windows color (decimal): -16252055 or 6882056. OLE color: 6882056.

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

Color convert

RGB83105-
CMYK0.920.9700.59
HSL242.94º94.44%21.18%-
HSV(B)242.94º97.14%41.18%-
XYZ2.681.1413.44-
YUV16.12178.16122.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 105 (41.41% from 255) = 90.52%
R=6.90%
G=2.59%
B=90.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal831050.920.9700.59242.9494.4421.18
Hex83695C6103Bf35e15
Octal10315113414107336313625
Binary100011110100110111001100001011101111110011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080369; }

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

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

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

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

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

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

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

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