Html Css Color HEX #08015F Navy

📋 copy color: '#08015F'

red 8 ◦ green 1 ◦ blue 95

#08015F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #08015F

Tints of Navy #08015F

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 value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08015F (or 0x08015F) is known color: 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

RGB 8 1 95 -
CMYK 0.92 0.99 0 0.63
HSL 244.47º 0.98% 0.19% -
HSV(B) 244.47º 0.99% 0.37% -
XYZ 2.18 0.9 10.89 -
YUV 13.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 8 1 95 0.92 0.99 0 0.63 244.47 0.98 0.19
Hex 8 1 5F 5C 63 0 3F F4 62 13
Octal 10 1 137 134 143 0 77 364 142 23
Binary 1000 1 1011111 1011100 1100011 0 111111 11110100 1100010 10011

Color Harmonies of #08015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08015F

Black with #08015F

Text Example


Text Example

White with #08015F

Text Example


Text Example

HTML Codes & Css Web 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>