Html Css Color HEX #08048A Dark Blue

📋 copy color: '#08048A'

red 8 ◦ green 4 ◦ blue 138

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

Shades of Dark Blue #08048A

Tints of Dark Blue #08048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 92%

R = 5.33%
G = 2.67%
B = 92%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08048A (or 0x08048A) is known color: Dark Blue. HEX triplet: 08, 04 and 8A. RGB value is (8,4,138). Sum of RGB (Red+Green+Blue) = 8+4+138=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 138 (54.30% from 255 or 92% from 150); Max value from RGB is 138 - color contains mainly: blue. Hex color #08048A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08048A is #F7FB75. Grayscale: #131313. Windows color (decimal): -16251766 or 9045000. OLE color: 9045000.

HSL color Cylindrical-coordinate representation of color #08048A: hue angle of 241.79º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08048A is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 4 138 -
CMYK 0.94 0.97 0 0.46
HSL 241.79º 0.94% 0.28% -
HSV(B) 241.79º 0.97% 0.54% -
XYZ 4.73 1.97 24.18 -
YUV 20.47 194.33 119.1 -
System Red Green Blue C M Y K H S L
Decimal 8 4 138 0.94 0.97 0 0.46 241.79 0.94 0.28
Hex 8 4 8A 5E 61 0 2E F2 5E 1C
Octal 10 4 212 136 141 0 56 362 136 34
Binary 1000 100 10001010 1011110 1100001 0 101110 11110010 1011110 11100

Color Harmonies of #08048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08048A

Black with #08048A

Text Example


Text Example

White with #08048A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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