#09285A

Color #09285A Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #09285A

Tints of Sapphire #09285A

Color information

#09285A (or 0x09285A) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 5A. RGB value is (9,40,90). Sum of RGB (Red+Green+Blue) = 9+40+90=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #09285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09285A is #F6D7A5. Grayscale: #242424. Windows color (decimal): -16177062 or 5908489. OLE color: 5908489.

HSL color Cylindrical-coordinate representation of color #09285A: hue angle of 217.04º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09285A is Cyan = 0.9, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB94090-
CMYK0.90.5600.65
HSL217.04º81.82%19.41%-
HSV(B)217.04º90%35.29%-
XYZ2.722.319.98-
YUV36.43158.23108.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 90 (35.55% from 255) = 64.75%
R=6.47%
G=28.78%
B=64.75%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal940900.90.5600.65217.0481.8219.41
Hex9285A5A38041d95213
Octal115013213270010133112223
Binary1001101000101101010110101110000100000111011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09285A; }

 p { color: rgb(9,40,90); }

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

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

 a { background-color: rgb(9,40,90); }

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

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

 span { border-color: rgb(9,40,90); }

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