#09227C

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

Shades of Sapphire #09227C

Tints of Sapphire #09227C

Color information

#09227C (or 0x09227C) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 7C. RGB value is (9,34,124). Sum of RGB (Red+Green+Blue) = 9+34+124=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #09227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09227C is #F6DD83. Grayscale: #242424. Windows color (decimal): -16178564 or 8135177. OLE color: 8135177.

HSL color Cylindrical-coordinate representation of color #09227C: hue angle of 226.96º degrees, saturation: 0.86, 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 #09227C is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB934124-
CMYK0.930.7300.51
HSL226.96º86.47%26.08%-
HSV(B)226.96º92.74%48.63%-
XYZ4.322.6619.35-
YUV36.78177.22108.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 124 (48.83% from 255) = 74.25%
R=5.39%
G=20.36%
B=74.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9341240.930.7300.51226.9686.4726.08
Hex9227C5D49033e3561a
Octal114217413511106334312632
Binary1001100010111110010111011001001011001111100011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09227C; }

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

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

<style>
 a { background-color: #09227C; }

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

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

<style>
 span { border-color: #09227C; }

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

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