#08048B

Color #08048B Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #08048B

Tints of Dark Blue #08048B

Color information

#08048B (or 0x08048B) is unknown color: approx Dark Blue. HEX triplet: 08, 04 and 8B. RGB value is (8,4,139). Sum of RGB (Red+Green+Blue) = 8+4+139=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 139 (54.69% from 255 or 92.05% from 151); Max value from RGB is 139 - color contains mainly: blue. Hex color #08048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08048B is #F7FB74. Grayscale: #141414. Windows color (decimal): -16251765 or 9110536. OLE color: 9110536.

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

Color convert

RGB84139-
CMYK0.940.9700.45
HSL241.78º94.41%28.04%-
HSV(B)241.78º97.12%54.51%-
XYZ4.8224.56-
YUV20.59194.83119.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 139 (54.69% from 255) = 92.05%
R=5.30%
G=2.65%
B=92.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841390.940.9700.45241.7894.4128.04
Hex848B5E6102Df25e1c
Octal10421313614105536213634
Binary10001001000101110111101100001010110111110010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08048B;
 }
 .AnyTagClassName
 {
   color: #08048B;
 }
</style>
background-color css

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

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

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

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

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

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