#04128A

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

Shades of Dark Blue #04128A

Tints of Dark Blue #04128A

Color information

#04128A (or 0x04128A) is unknown color: approx Dark Blue. HEX triplet: 04, 12 and 8A. RGB value is (4,18,138). Sum of RGB (Red+Green+Blue) = 4+18+138=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 138 (54.30% from 255 or 86.25% from 160); Max value from RGB is 138 - color contains mainly: blue. Hex color #04128A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04128A is #FBED75. Grayscale: #1B1B1B. Windows color (decimal): -16510326 or 9048580. OLE color: 9048580.

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

Color convert

RGB418138-
CMYK0.970.8700.46
HSL233.73º94.37%27.84%-
HSV(B)233.73º97.1%54.12%-
XYZ4.852.2924.23-
YUV27.49190.36111.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.5%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 138 (54.30% from 255) = 86.25%
R=2.5%
G=11.25%
B=86.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4181380.970.8700.46233.7394.3727.84
Hex4128A615702Eea5e1c
Octal42221214112705635213634
Binary100100101000101011000011010111010111011101010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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