Html Css Color HEX #08058F Dark Blue

📋 copy color: '#08058F'

red 8 ◦ green 5 ◦ blue 143

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

Shades of Dark Blue #08058F

Tints of Dark Blue #08058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 91.67%

R = 5.13%
G = 3.21%
B = 91.67%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08058F (or 0x08058F) is known color: Dark Blue. HEX triplet: 08, 05 and 8F. RGB value is (8,5,143). Sum of RGB (Red+Green+Blue) = 8+5+143=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 143 (56.25% from 255 or 91.67% from 156); Max value from RGB is 143 - color contains mainly: blue. Hex color #08058F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08058F is #F7FA70. Grayscale: #151515. Windows color (decimal): -16251505 or 9372936. OLE color: 9372936.

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

Color convert

RGB 8 5 143 -
CMYK 0.94 0.97 0 0.44
HSL 241.3º 0.93% 0.29% -
HSV(B) 241.3º 0.97% 0.56% -
XYZ 5.11 2.14 26.13 -
YUV 21.63 196.49 118.28 -
System Red Green Blue C M Y K H S L
Decimal 8 5 143 0.94 0.97 0 0.44 241.3 0.93 0.29
Hex 8 5 8F 5E 61 0 2C F1 5D 1D
Octal 10 5 217 136 141 0 54 361 135 35
Binary 1000 101 10001111 1011110 1100001 0 101100 11110001 1011101 11101

Color Harmonies of #08058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08058F

Black with #08058F

Text Example


Text Example

White with #08058F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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