#08015F

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

Shades of Navy #08015F

Tints of Navy #08015F

Color information

#08015F (or 0x08015F) is unknown color: approx Navy. HEX triplet: 08, 01 and 5F. RGB value is (8,1,95). Sum of RGB (Red+Green+Blue) = 8+1+95=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 95 (37.5% from 255 or 91.35% from 104); Max value from RGB is 95 - color contains mainly: blue. Hex color #08015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08015F is #F7FEA0. Grayscale: #0D0D0D. Windows color (decimal): -16252577 or 6226184. OLE color: 6226184.

HSL color Cylindrical-coordinate representation of color #08015F: hue angle of 244.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08015F is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB8195-
CMYK0.920.9900.63
HSL244.47º97.92%18.82%-
HSV(B)244.47º98.95%37.25%-
XYZ2.180.910.89-
YUV13.81173.82123.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 95 (37.5% from 255) = 91.35%
R=7.69%
G=0.96%
B=91.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal81950.920.9900.63244.4797.9218.82
Hex815F5C6303Ff46213
Octal10113713414307736414223
Binary10001101111110111001100011011111111110100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,1,95); }

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

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

 a { background-color: rgb(8,1,95); }

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

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

 span { border-color: rgb(8,1,95); }

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