#09227A

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

Shades of Sapphire #09227A

Tints of Sapphire #09227A

Color information

#09227A (or 0x09227A) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 7A. RGB value is (9,34,122). Sum of RGB (Red+Green+Blue) = 9+34+122=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 122 (48.05% from 255 or 73.94% from 165); Max value from RGB is 122 - color contains mainly: blue. Hex color #09227A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09227A is #F6DD85. Grayscale: #242424. Windows color (decimal): -16178566 or 8004105. OLE color: 8004105.

HSL color Cylindrical-coordinate representation of color #09227A: hue angle of 226.73º 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 #09227A is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB934122-
CMYK0.930.7200.52
HSL226.73º86.26%25.69%-
HSV(B)226.73º92.62%47.84%-
XYZ4.22.6118.69-
YUV36.56176.22108.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 122 (48.05% from 255) = 73.94%
R=5.45%
G=20.61%
B=73.94%

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
Decimal9341220.930.7200.52226.7386.2625.69
Hex9227A5D48034e3561a
Octal114217213511006434312632
Binary1001100010111101010111011001000011010011100011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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