#080269

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

Shades of Navy #080269

Tints of Navy #080269

Color information

#080269 (or 0x080269) is unknown color: approx Navy. HEX triplet: 08, 02 and 69. RGB value is (8,2,105). Sum of RGB (Red+Green+Blue) = 8+2+105=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 105 (41.41% from 255 or 91.30% from 115); Max value from RGB is 105 - color contains mainly: blue. Hex color #080269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080269 is #F7FD96. Grayscale: #0F0F0F. Windows color (decimal): -16252311 or 6881800. OLE color: 6881800.

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

Color convert

RGB82105-
CMYK0.920.9800.59
HSL243.5º96.26%20.98%-
HSV(B)243.5º98.1%41.18%-
XYZ2.671.1113.44-
YUV15.54178.49122.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 105 (41.41% from 255) = 91.30%
R=6.96%
G=1.74%
B=91.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal821050.920.9800.59243.596.2620.98
Hex82695C6203Bf36015
Octal10215113414207336314025
Binary100010110100110111001100010011101111110011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080269; }

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

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

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

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

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

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

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

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