#08036E

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

Shades of Navy #08036E

Tints of Navy #08036E

Color information

#08036E (or 0x08036E) is unknown color: approx Navy. HEX triplet: 08, 03 and 6E. RGB value is (8,3,110). Sum of RGB (Red+Green+Blue) = 8+3+110=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 110 (43.36% from 255 or 90.91% from 121); Max value from RGB is 110 - color contains mainly: blue. Hex color #08036E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08036E is #F7FC91. Grayscale: #101010. Windows color (decimal): -16252050 or 7209736. OLE color: 7209736.

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

Color convert

RGB83110-
CMYK0.930.9700.57
HSL242.8º94.69%22.16%-
HSV(B)242.8º97.27%43.14%-
XYZ2.951.2414.84-
YUV16.69180.66121.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 110 (43.36% from 255) = 90.91%
R=6.61%
G=2.48%
B=90.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal831100.930.9700.57242.894.6922.16
Hex836E5D61039f35f16
Octal10315613514107136313726
Binary100011110111010111011100001011100111110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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