#09225B

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

Shades of Sapphire #09225B

Tints of Sapphire #09225B

Color information

#09225B (or 0x09225B) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 5B. RGB value is (9,34,91). Sum of RGB (Red+Green+Blue) = 9+34+91=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #09225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09225B is #F6DDA4. Grayscale: #202020. Windows color (decimal): -16178597 or 5972489. OLE color: 5972489.

HSL color Cylindrical-coordinate representation of color #09225B: hue angle of 221.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09225B is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB93491-
CMYK0.900.6300.64
HSL221.71º82%19.61%-
HSV(B)221.71º90.11%35.69%-
XYZ2.571.9610.14-
YUV33.02160.72110.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 91 (35.94% from 255) = 67.91%
R=6.72%
G=25.37%
B=67.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal934910.900.6300.64221.718219.61
Hex9225B5A3F040de5214
Octal114213313277010033612224
Binary1001100010101101110110101111110100000011011110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,34,91); }

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

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

 a { background-color: rgb(9,34,91); }

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

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

 span { border-color: rgb(9,34,91); }

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