Html Css Color HEX #08058B Dark Blue

📋 copy color: '#08058B'

red 8 ◦ green 5 ◦ blue 139

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

Shades of Dark Blue #08058B

Tints of Dark Blue #08058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 91.45%

R = 5.26%
G = 3.29%
B = 91.45%

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

#08058B (or 0x08058B) is known color: Dark Blue. HEX triplet: 08, 05 and 8B. RGB value is (8,5,139). Sum of RGB (Red+Green+Blue) = 8+5+139=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 139 (54.69% from 255 or 91.45% from 152); Max value from RGB is 139 - color contains mainly: blue. Hex color #08058B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08058B is #F7FA74. Grayscale: #141414. Windows color (decimal): -16251509 or 9110792. OLE color: 9110792.

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

Color convert

RGB 8 5 139 -
CMYK 0.94 0.96 0 0.45
HSL 241.34º 0.93% 0.28% -
HSV(B) 241.34º 0.96% 0.55% -
XYZ 4.81 2.02 24.56 -
YUV 21.17 194.49 118.6 -
System Red Green Blue C M Y K H S L
Decimal 8 5 139 0.94 0.96 0 0.45 241.34 0.93 0.28
Hex 8 5 8B 5E 60 0 2D F1 5D 1C
Octal 10 5 213 136 140 0 55 361 135 34
Binary 1000 101 10001011 1011110 1100000 0 101101 11110001 1011101 11100

Color Harmonies of #08058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08058B

Black with #08058B

Text Example


Text Example

White with #08058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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