Html Css Color HEX #04108B Dark Blue

📋 copy color: '#04108B'

red 4 ◦ green 16 ◦ blue 139

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

Shades of Dark Blue #04108B

Tints of Dark Blue #04108B

RGB

 RED value IS 4 (1.95% from 255) = 2.52%

 GREEN value IS 16 (6.64% from 255) = 10.06%

 BLUE value IS 139 (54.69% from 255) = 87.42%

R = 2.52%
G = 10.06%
B = 87.42%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04108B (or 0x04108B) is known color: Dark Blue. HEX triplet: 04, 10 and 8B. RGB value is (4,16,139). Sum of RGB (Red+Green+Blue) = 4+16+139=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 139 (54.69% from 255 or 87.42% from 159); Max value from RGB is 139 - color contains mainly: blue. Hex color #04108B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04108B is #FBEF74. Grayscale: #191919. Windows color (decimal): -16510837 or 9113604. OLE color: 9113604.

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

Color convert

RGB 4 16 139 -
CMYK 0.97 0.88 0 0.45
HSL 234.67º 0.94% 0.28% -
HSV(B) 234.67º 0.97% 0.55% -
XYZ 4.9 2.26 24.6 -
YUV 26.43 191.52 112 -
System Red Green Blue C M Y K H S L
Decimal 4 16 139 0.97 0.88 0 0.45 234.67 0.94 0.28
Hex 4 10 8B 61 58 0 2D EB 5E 1C
Octal 4 20 213 141 130 0 55 353 136 34
Binary 100 10000 10001011 1100001 1011000 0 101101 11101011 1011110 11100

Color Harmonies of #04108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04108B

Black with #04108B

Text Example


Text Example

White with #04108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04108B;
 }
 .AnyTagClassName
 {
   color: #04108B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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