#09286B

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

Shades of Sapphire #09286B

Tints of Sapphire #09286B

Color information

#09286B (or 0x09286B) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 6B. RGB value is (9,40,107). Sum of RGB (Red+Green+Blue) = 9+40+107=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #09286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09286B is #F6D794. Grayscale: #262626. Windows color (decimal): -16177045 or 7022601. OLE color: 7022601.

HSL color Cylindrical-coordinate representation of color #09286B: hue angle of 221.02º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09286B is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB940107-
CMYK0.920.6300.58
HSL221.02º84.48%22.75%-
HSV(B)221.02º91.59%41.96%-
XYZ3.532.6414.23-
YUV38.37166.73107.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 107 (42.19% from 255) = 68.59%
R=5.77%
G=25.64%
B=68.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9401070.920.6300.58221.0284.4822.75
Hex9286B5C3F03Add5417
Octal11501531347707233512427
Binary100110100011010111011100111111011101011011101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09286B; }

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

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

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

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

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

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

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

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