Html Css Color HEX #08056D Navy

📋 copy color: '#08056D'

red 8 ◦ green 5 ◦ blue 109

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

Shades of Navy #08056D

Tints of Navy #08056D

RGB

 RED value IS 8 (3.52% from 255) = 6.56%

 GREEN value IS 5 (2.34% from 255) = 4.1%

 BLUE value IS 109 (42.97% from 255) = 89.34%

R = 6.56%
G = 4.1%
B = 89.34%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08056D (or 0x08056D) is known color: Navy. HEX triplet: 08, 05 and 6D. RGB value is (8,5,109). Sum of RGB (Red+Green+Blue) = 8+5+109=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 109 (42.97% from 255 or 89.34% from 122); Max value from RGB is 109 - color contains mainly: blue. Hex color #08056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08056D is #F7FA92. Grayscale: #111111. Windows color (decimal): -16251539 or 7144712. OLE color: 7144712.

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

Color convert

RGB 8 5 109 -
CMYK 0.93 0.95 0 0.57
HSL 241.73º 0.91% 0.22% -
HSV(B) 241.73º 0.95% 0.43% -
XYZ 2.91 1.26 14.56 -
YUV 17.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 8 5 109 0.93 0.95 0 0.57 241.73 0.91 0.22
Hex 8 5 6D 5D 5F 0 39 F2 5B 16
Octal 10 5 155 135 137 0 71 362 133 26
Binary 1000 101 1101101 1011101 1011111 0 111001 11110010 1011011 10110

Color Harmonies of #08056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08056D

Black with #08056D

Text Example


Text Example

White with #08056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08056D; }

 p { color: rgb(8,5,109); }

 H1.HeaderClassName
 {
   color: #08056D;
 }
 .AnyTagClassName
 {
   color: #08056D;
 }
</style>

background-color css

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

 a { background-color: rgb(8,5,109); }

 div.DivClassName
 {
   background-color: #08056D;
 }
 .BgClassName
 {
   background-color: #08056D;
 }
</style>

border-color css

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

 span { border-color: rgb(8,5,109); }

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