#04108A

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

Shades of Dark Blue #04108A

Tints of Dark Blue #04108A

Color information

#04108A (or 0x04108A) is unknown color: approx Dark Blue. HEX triplet: 04, 10 and 8A. RGB value is (4,16,138). Sum of RGB (Red+Green+Blue) = 4+16+138=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 138 (54.30% from 255 or 87.34% from 158); Max value from RGB is 138 - color contains mainly: blue. Hex color #04108A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04108A is #FBEF75. Grayscale: #191919. Windows color (decimal): -16510838 or 9048068. OLE color: 9048068.

HSL color Cylindrical-coordinate representation of color #04108A: hue angle of 234.63º 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 #04108A is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB416138-
CMYK0.970.8800.46
HSL234.63º94.37%27.84%-
HSV(B)234.63º97.1%54.12%-
XYZ4.822.2324.22-
YUV26.32191.02112.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 138 (54.30% from 255) = 87.34%
R=2.53%
G=10.13%
B=87.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4161380.970.8800.46234.6394.3727.84
Hex4108A615802Eeb5e1c
Octal42021214113005635313634
Binary100100001000101011000011011000010111011101011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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