#090287

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

Shades of Dark Blue #090287

Tints of Dark Blue #090287

Color information

#090287 (or 0x090287) is unknown color: approx Dark Blue. HEX triplet: 09, 02 and 87. RGB value is (9,2,135). Sum of RGB (Red+Green+Blue) = 9+2+135=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 135 (53.12% from 255 or 92.47% from 146); Max value from RGB is 135 - color contains mainly: blue. Hex color #090287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090287 is #F6FD78. Grayscale: #121212. Windows color (decimal): -16186745 or 8847881. OLE color: 8847881.

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

Color convert

RGB92135-
CMYK0.930.9900.47
HSL243.16º97.08%26.86%-
HSV(B)243.16º98.52%52.94%-
XYZ4.511.8523.04-
YUV19.26193.32120.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 135 (53.12% from 255) = 92.47%
R=6.16%
G=1.37%
B=92.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal921350.930.9900.47243.1697.0826.86
Hex92875D6302Ff3611b
Octal11220713514305736314133
Binary1001101000011110111011100011010111111110011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090287; }

 p { color: rgb(9,2,135); }

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

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

 a { background-color: rgb(9,2,135); }

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

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

 span { border-color: rgb(9,2,135); }

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