Html Css Color HEX #08058C Dark Blue

📋 copy color: '#08058C'

red 8 ◦ green 5 ◦ blue 140

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

Shades of Dark Blue #08058C

Tints of Dark Blue #08058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 91.5%

R = 5.23%
G = 3.27%
B = 91.5%

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

#08058C (or 0x08058C) is known color: Dark Blue. HEX triplet: 08, 05 and 8C. RGB value is (8,5,140). Sum of RGB (Red+Green+Blue) = 8+5+140=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 140 (55.08% from 255 or 91.50% from 153); Max value from RGB is 140 - color contains mainly: blue. Hex color #08058C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08058C is #F7FA73. Grayscale: #141414. Windows color (decimal): -16251508 or 9176328. OLE color: 9176328.

HSL color Cylindrical-coordinate representation of color #08058C: hue angle of 241.33º 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 #08058C is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 5 140 -
CMYK 0.94 0.96 0 0.45
HSL 241.33º 0.93% 0.28% -
HSV(B) 241.33º 0.96% 0.55% -
XYZ 4.89 2.05 24.95 -
YUV 21.29 194.99 118.52 -
System Red Green Blue C M Y K H S L
Decimal 8 5 140 0.94 0.96 0 0.45 241.33 0.93 0.28
Hex 8 5 8C 5E 60 0 2D F1 5D 1C
Octal 10 5 214 136 140 0 55 361 135 34
Binary 1000 101 10001100 1011110 1100000 0 101101 11110001 1011101 11100

Color Harmonies of #08058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08058C

Black with #08058C

Text Example


Text Example

White with #08058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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