#09287D

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

Shades of Sapphire #09287D

Tints of Sapphire #09287D

Color information

#09287D (or 0x09287D) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 7D. RGB value is (9,40,125). Sum of RGB (Red+Green+Blue) = 9+40+125=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #09287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09287D is #F6D782. Grayscale: #282828. Windows color (decimal): -16177027 or 8202249. OLE color: 8202249.

HSL color Cylindrical-coordinate representation of color #09287D: hue angle of 223.97º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09287D is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB940125-
CMYK0.930.6800.51
HSL223.97º86.57%26.27%-
HSV(B)223.97º92.8%49.02%-
XYZ4.573.0619.75-
YUV40.42175.73105.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 125 (49.22% from 255) = 71.84%
R=5.17%
G=22.99%
B=71.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9401250.930.6800.51223.9786.5726.27
Hex9287D5D44033e0571a
Octal115017513510406334012732
Binary1001101000111110110111011000100011001111100000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09287D; }

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

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

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

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

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

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

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

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