#04148A

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

Shades of Dark Blue #04148A

Tints of Dark Blue #04148A

Color information

#04148A (or 0x04148A) is unknown color: approx Dark Blue. HEX triplet: 04, 14 and 8A. RGB value is (4,20,138). Sum of RGB (Red+Green+Blue) = 4+20+138=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 138 (54.30% from 255 or 85.19% from 162); Max value from RGB is 138 - color contains mainly: blue. Hex color #04148A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04148A is #FBEB75. Grayscale: #1C1C1C. Windows color (decimal): -16509814 or 9049092. OLE color: 9049092.

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

Color convert

RGB420138-
CMYK0.970.8600.46
HSL232.84º94.37%27.84%-
HSV(B)232.84º97.1%54.12%-
XYZ4.892.3624.24-
YUV28.67189.7110.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 138 (54.30% from 255) = 85.19%
R=2.47%
G=12.35%
B=85.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4201380.970.8600.46232.8494.3727.84
Hex4148A615602Ee95e1c
Octal42421214112605635113634
Binary100101001000101011000011010110010111011101001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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