#090288

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

Shades of Dark Blue #090288

Tints of Dark Blue #090288

Color information

#090288 (or 0x090288) is unknown color: approx Dark Blue. HEX triplet: 09, 02 and 88. RGB value is (9,2,136). Sum of RGB (Red+Green+Blue) = 9+2+136=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 136 (53.52% from 255 or 92.52% from 147); Max value from RGB is 136 - color contains mainly: blue. Hex color #090288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090288 is #F6FD77. Grayscale: #121212. Windows color (decimal): -16186744 or 8913417. OLE color: 8913417.

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

Color convert

RGB92136-
CMYK0.930.9900.47
HSL243.13º97.1%27.06%-
HSV(B)243.13º98.53%53.33%-
XYZ4.581.8823.41-
YUV19.37193.82120.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 136 (53.52% from 255) = 92.52%
R=6.12%
G=1.36%
B=92.52%

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
Decimal921360.930.9900.47243.1397.127.06
Hex92885D6302Ff3611b
Octal11221013514305736314133
Binary1001101000100010111011100011010111111110011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090288; }

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

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

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

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

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

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

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

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