#040693

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

Shades of Dark Blue #040693

Tints of Dark Blue #040693

Color information

#040693 (or 0x040693) is unknown color: approx Dark Blue. HEX triplet: 04, 06 and 93. RGB value is (4,6,147). Sum of RGB (Red+Green+Blue) = 4+6+147=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 147 (57.81% from 255 or 93.63% from 157); Max value from RGB is 147 - color contains mainly: blue. Hex color #040693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040693 is #FBF96C. Grayscale: #141414. Windows color (decimal): -16513389 or 9635332. OLE color: 9635332.

HSL color Cylindrical-coordinate representation of color #040693: hue angle of 239.16º 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 #040693 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB46147-
CMYK0.970.9600.42
HSL239.16º94.7%29.61%-
HSV(B)239.16º97.28%57.65%-
XYZ5.382.2627.76-
YUV21.48198.84115.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 147 (57.81% from 255) = 93.63%
R=2.55%
G=3.82%
B=93.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461470.970.9600.42239.1694.729.61
Hex4693616002Aef5f1e
Octal4622314114005235713736
Binary1001101001001111000011100000010101011101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040693; }

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

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

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

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

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

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

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

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