#040A8B

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

Shades of Dark Blue #040A8B

Tints of Dark Blue #040A8B

Color information

#040A8B (or 0x040A8B) is unknown color: approx Dark Blue. HEX triplet: 04, 0A and 8B. RGB value is (4,10,139). Sum of RGB (Red+Green+Blue) = 4+10+139=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 139 (54.69% from 255 or 90.85% from 153); Max value from RGB is 139 - color contains mainly: blue. Hex color #040A8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040A8B is #FBF574. Grayscale: #161616. Windows color (decimal): -16512373 or 9112068. OLE color: 9112068.

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

Color convert

RGB410139-
CMYK0.970.9300.45
HSL237.33º94.41%28.04%-
HSV(B)237.33º97.12%54.51%-
XYZ4.822.1124.58-
YUV22.91193.51114.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 10 (4.30% from 255) = 6.54%
BLUE value IS 139 (54.69% from 255) = 90.85%
R=2.61%
G=6.54%
B=90.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4101390.970.9300.45237.3394.4128.04
Hex4A8B615D02Ded5e1c
Octal41221314113505535513634
Binary10010101000101111000011011101010110111101101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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