#030586

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

Shades of Dark Blue #030586

Tints of Dark Blue #030586

Color information

#030586 (or 0x030586) is unknown color: approx Dark Blue. HEX triplet: 03, 05 and 86. RGB value is (3,5,134). Sum of RGB (Red+Green+Blue) = 3+5+134=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 134 (52.73% from 255 or 94.37% from 142); Max value from RGB is 134 - color contains mainly: blue. Hex color #030586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030586 is #FCFA79. Grayscale: #121212. Windows color (decimal): -16579194 or 8783107. OLE color: 8783107.

HSL color Cylindrical-coordinate representation of color #030586: hue angle of 239.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030586 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB35134-
CMYK0.980.9600.47
HSL239.08º95.62%26.86%-
HSV(B)239.08º97.76%52.55%-
XYZ4.391.8522.68-
YUV19.11192.84116.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.11%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 134 (52.73% from 255) = 94.37%
R=2.11%
G=3.52%
B=94.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal351340.980.9600.47239.0895.6226.86
Hex3586626002Fef601b
Octal3520614214005735714033
Binary111011000011011000101100000010111111101111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030586; }

 p { color: rgb(3,5,134); }

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

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

 a { background-color: rgb(3,5,134); }

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

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

 span { border-color: rgb(3,5,134); }

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