#09225A

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

Shades of Sapphire #09225A

Tints of Sapphire #09225A

Color information

#09225A (or 0x09225A) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 5A. RGB value is (9,34,90). Sum of RGB (Red+Green+Blue) = 9+34+90=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #09225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09225A is #F6DDA5. Grayscale: #202020. Windows color (decimal): -16178598 or 5906953. OLE color: 5906953.

HSL color Cylindrical-coordinate representation of color #09225A: hue angle of 221.48º 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 #09225A is Cyan = 0.9, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB93490-
CMYK0.90.6200.65
HSL221.48º81.82%19.41%-
HSV(B)221.48º90%35.29%-
XYZ2.531.949.91-
YUV32.91160.22110.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 90 (35.55% from 255) = 67.67%
R=6.77%
G=25.56%
B=67.67%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal934900.90.6200.65221.4881.8219.41
Hex9225A5A3E041dd5213
Octal114213213276010133512223
Binary1001100010101101010110101111100100000111011101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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