Html Css Color HEX #08058D Dark Blue

📋 copy color: '#08058D'

red 8 ◦ green 5 ◦ blue 141

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

Shades of Dark Blue #08058D

Tints of Dark Blue #08058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 91.56%

R = 5.19%
G = 3.25%
B = 91.56%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08058D (or 0x08058D) is known color: Dark Blue. HEX triplet: 08, 05 and 8D. RGB value is (8,5,141). Sum of RGB (Red+Green+Blue) = 8+5+141=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 141 (55.47% from 255 or 91.56% from 154); Max value from RGB is 141 - color contains mainly: blue. Hex color #08058D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08058D is #F7FA72. Grayscale: #141414. Windows color (decimal): -16251507 or 9241864. OLE color: 9241864.

HSL color Cylindrical-coordinate representation of color #08058D: hue angle of 241.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08058D is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 5 141 -
CMYK 0.94 0.96 0 0.45
HSL 241.32º 0.93% 0.29% -
HSV(B) 241.32º 0.96% 0.55% -
XYZ 4.96 2.08 25.34 -
YUV 21.4 195.49 118.44 -
System Red Green Blue C M Y K H S L
Decimal 8 5 141 0.94 0.96 0 0.45 241.32 0.93 0.29
Hex 8 5 8D 5E 60 0 2D F1 5D 1D
Octal 10 5 215 136 140 0 55 361 135 35
Binary 1000 101 10001101 1011110 1100000 0 101101 11110001 1011101 11101

Color Harmonies of #08058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08058D

Black with #08058D

Text Example


Text Example

White with #08058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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