Html Css Color HEX #08048F Dark Blue

📋 copy color: '#08048F'

red 8 ◦ green 4 ◦ blue 143

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

Shades of Dark Blue #08048F

Tints of Dark Blue #08048F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

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

R = 5.16%
G = 2.58%
B = 92.26%

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

#08048F (or 0x08048F) is known color: Dark Blue. HEX triplet: 08, 04 and 8F. RGB value is (8,4,143). Sum of RGB (Red+Green+Blue) = 8+4+143=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 143 (56.25% from 255 or 92.26% from 155); Max value from RGB is 143 - color contains mainly: blue. Hex color #08048F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08048F is #F7FB70. Grayscale: #141414. Windows color (decimal): -16251761 or 9372680. OLE color: 9372680.

HSL color Cylindrical-coordinate representation of color #08048F: hue angle of 241.73º degrees, saturation: 0.95, 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 #08048F is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 4 143 -
CMYK 0.94 0.97 0 0.44
HSL 241.73º 0.95% 0.29% -
HSV(B) 241.73º 0.97% 0.56% -
XYZ 5.1 2.12 26.13 -
YUV 21.04 196.83 118.7 -
System Red Green Blue C M Y K H S L
Decimal 8 4 143 0.94 0.97 0 0.44 241.73 0.95 0.29
Hex 8 4 8F 5E 61 0 2C F2 5F 1D
Octal 10 4 217 136 141 0 54 362 137 35
Binary 1000 100 10001111 1011110 1100001 0 101100 11110010 1011111 11101

Color Harmonies of #08048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08048F

Black with #08048F

Text Example


Text Example

White with #08048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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