#04138B

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

Shades of Dark Blue #04138B

Tints of Dark Blue #04138B

Color information

#04138B (or 0x04138B) is unknown color: approx Dark Blue. HEX triplet: 04, 13 and 8B. RGB value is (4,19,139). Sum of RGB (Red+Green+Blue) = 4+19+139=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 139 (54.69% from 255 or 85.80% from 162); Max value from RGB is 139 - color contains mainly: blue. Hex color #04138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04138B is #FBEC74. Grayscale: #1B1B1B. Windows color (decimal): -16510069 or 9114372. OLE color: 9114372.

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

Color convert

RGB419139-
CMYK0.970.8600.45
HSL233.33º94.41%28.04%-
HSV(B)233.33º97.12%54.51%-
XYZ4.942.3624.62-
YUV28.2190.53110.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 139 (54.69% from 255) = 85.80%
R=2.47%
G=11.73%
B=85.80%

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
Decimal4191390.970.8600.45233.3394.4128.04
Hex4138B615602De95e1c
Octal42321314112605535113634
Binary100100111000101111000011010110010110111101001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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