#09227B

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

Shades of Sapphire #09227B

Tints of Sapphire #09227B

Color information

#09227B (or 0x09227B) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 7B. RGB value is (9,34,123). Sum of RGB (Red+Green+Blue) = 9+34+123=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #09227B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09227B is #F6DD84. Grayscale: #242424. Windows color (decimal): -16178565 or 8069641. OLE color: 8069641.

HSL color Cylindrical-coordinate representation of color #09227B: hue angle of 226.84º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09227B is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB934123-
CMYK0.930.7200.52
HSL226.84º86.36%25.88%-
HSV(B)226.84º92.68%48.24%-
XYZ4.262.6319.02-
YUV36.67176.72108.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.42%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 123 (48.44% from 255) = 74.10%
R=5.42%
G=20.48%
B=74.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9341230.930.7200.52226.8486.3625.88
Hex9227B5D48034e3561a
Octal114217313511006434312632
Binary1001100010111101110111011001000011010011100011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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