#040D93

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

Shades of Dark Blue #040D93

Tints of Dark Blue #040D93

Color information

#040D93 (or 0x040D93) is unknown color: approx Dark Blue. HEX triplet: 04, 0D and 93. RGB value is (4,13,147). Sum of RGB (Red+Green+Blue) = 4+13+147=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 147 (57.81% from 255 or 89.63% from 164); Max value from RGB is 147 - color contains mainly: blue. Hex color #040D93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040D93 is #FBF26C. Grayscale: #191919. Windows color (decimal): -16511597 or 9637124. OLE color: 9637124.

HSL color Cylindrical-coordinate representation of color #040D93: hue angle of 236.22º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040D93 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB413147-
CMYK0.970.9100.42
HSL236.22º94.7%29.61%-
HSV(B)236.22º97.28%57.65%-
XYZ5.462.4227.78-
YUV25.58196.52112.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.44%
GREEN value IS 13 (5.47% from 255) = 7.93%
BLUE value IS 147 (57.81% from 255) = 89.63%
R=2.44%
G=7.93%
B=89.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4131470.970.9100.42236.2294.729.61
Hex4D93615B02Aec5f1e
Octal41522314113305235413736
Binary10011011001001111000011011011010101011101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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