#04038B

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

Shades of Dark Blue #04038B

Tints of Dark Blue #04038B

Color information

#04038B (or 0x04038B) is unknown color: approx Dark Blue. HEX triplet: 04, 03 and 8B. RGB value is (4,3,139). Sum of RGB (Red+Green+Blue) = 4+3+139=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 139 (54.69% from 255 or 95.21% from 146); Max value from RGB is 139 - color contains mainly: blue. Hex color #04038B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04038B is #FBFC74. Grayscale: #121212. Windows color (decimal): -16514165 or 9110276. OLE color: 9110276.

HSL color Cylindrical-coordinate representation of color #04038B: hue angle of 240.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04038B is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB43139-
CMYK0.970.9800.45
HSL240.44º95.77%27.84%-
HSV(B)240.44º97.84%54.51%-
XYZ4.741.9624.55-
YUV18.8195.83117.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.74%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 139 (54.69% from 255) = 95.21%
R=2.74%
G=2.05%
B=95.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431390.970.9800.45240.4495.7727.84
Hex438B616202Df0601c
Octal4321314114205536014034
Binary100111000101111000011100010010110111110000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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