#090386

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

Shades of Dark Blue #090386

Tints of Dark Blue #090386

Color information

#090386 (or 0x090386) is unknown color: approx Dark Blue. HEX triplet: 09, 03 and 86. RGB value is (9,3,134). Sum of RGB (Red+Green+Blue) = 9+3+134=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 134 (52.73% from 255 or 91.78% from 146); Max value from RGB is 134 - color contains mainly: blue. Hex color #090386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090386 is #F6FC79. Grayscale: #131313. Windows color (decimal): -16186490 or 8782601. OLE color: 8782601.

HSL color Cylindrical-coordinate representation of color #090386: hue angle of 242.75º 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 #090386 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB93134-
CMYK0.930.9800.47
HSL242.75º95.62%26.86%-
HSV(B)242.75º97.76%52.55%-
XYZ4.451.8422.68-
YUV19.73192.49120.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 134 (52.73% from 255) = 91.78%
R=6.16%
G=2.05%
B=91.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931340.930.9800.47242.7595.6226.86
Hex93865D6202Ff3601b
Octal11320613514205736314033
Binary1001111000011010111011100010010111111110011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090386; }

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

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

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

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

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

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

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

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