#040D8D

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

Shades of Dark Blue #040D8D

Tints of Dark Blue #040D8D

Color information

#040D8D (or 0x040D8D) is unknown color: approx Dark Blue. HEX triplet: 04, 0D and 8D. RGB value is (4,13,141). Sum of RGB (Red+Green+Blue) = 4+13+141=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 141 (55.47% from 255 or 89.24% from 158); Max value from RGB is 141 - color contains mainly: blue. Hex color #040D8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040D8D is #FBF272. Grayscale: #181818. Windows color (decimal): -16511603 or 9243908. OLE color: 9243908.

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

Color convert

RGB413141-
CMYK0.970.9100.45
HSL236.06º94.48%28.43%-
HSV(B)236.06º97.16%55.29%-
XYZ52.2425.37-
YUV24.9193.52113.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 13 (5.47% from 255) = 8.23%
BLUE value IS 141 (55.47% from 255) = 89.24%
R=2.53%
G=8.23%
B=89.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4131410.970.9100.45236.0694.4828.43
Hex4D8D615B02Dec5e1c
Octal41521514113305535413634
Binary10011011000110111000011011011010110111101100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040D8D; }

 p { color: rgb(4,13,141); }

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

<style>
 a { background-color: #040D8D; }

 a { background-color: rgb(4,13,141); }

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

<style>
 span { border-color: #040D8D; }

 span { border-color: rgb(4,13,141); }

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