#04148B

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

Shades of Dark Blue #04148B

Tints of Dark Blue #04148B

Color information

#04148B (or 0x04148B) is unknown color: approx Dark Blue. HEX triplet: 04, 14 and 8B. RGB value is (4,20,139). Sum of RGB (Red+Green+Blue) = 4+20+139=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 139 (54.69% from 255 or 85.28% from 163); Max value from RGB is 139 - color contains mainly: blue. Hex color #04148B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04148B is #FBEB74. Grayscale: #1C1C1C. Windows color (decimal): -16509813 or 9114628. OLE color: 9114628.

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

Color convert

RGB420139-
CMYK0.970.8600.45
HSL232.89º94.41%28.04%-
HSV(B)232.89º97.12%54.51%-
XYZ4.962.3924.63-
YUV28.78190.2110.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 139 (54.69% from 255) = 85.28%
R=2.45%
G=12.27%
B=85.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4201390.970.8600.45232.8994.4128.04
Hex4148B615602De95e1c
Octal42421314112605535113634
Binary100101001000101111000011010110010110111101001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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