#08036F

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

Shades of Navy #08036F

Tints of Navy #08036F

Color information

#08036F (or 0x08036F) is unknown color: approx Navy. HEX triplet: 08, 03 and 6F. RGB value is (8,3,111). Sum of RGB (Red+Green+Blue) = 8+3+111=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 111 (43.75% from 255 or 90.98% from 122); Max value from RGB is 111 - color contains mainly: blue. Hex color #08036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08036F is #F7FC90. Grayscale: #101010. Windows color (decimal): -16252049 or 7275272. OLE color: 7275272.

HSL color Cylindrical-coordinate representation of color #08036F: hue angle of 242.78º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08036F is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB83111-
CMYK0.930.9700.56
HSL242.78º94.74%22.35%-
HSV(B)242.78º97.3%43.53%-
XYZ31.2615.12-
YUV16.81181.16121.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 111 (43.75% from 255) = 90.98%
R=6.56%
G=2.46%
B=90.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831110.930.9700.56242.7894.7422.35
Hex836F5D61038f35f16
Octal10315713514107036313726
Binary100011110111110111011100001011100011110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08036F; }

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

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

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

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

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

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

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

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