#09296A

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

Shades of Sapphire #09296A

Tints of Sapphire #09296A

Color information

#09296A (or 0x09296A) is unknown color: approx Sapphire. HEX triplet: 09, 29 and 6A. RGB value is (9,41,106). Sum of RGB (Red+Green+Blue) = 9+41+106=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 106 (41.80% from 255 or 67.95% from 156); Max value from RGB is 106 - color contains mainly: blue. Hex color #09296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09296A is #F6D695. Grayscale: #262626. Windows color (decimal): -16176790 or 6957321. OLE color: 6957321.

HSL color Cylindrical-coordinate representation of color #09296A: hue angle of 220.21º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09296A is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB941106-
CMYK0.920.6100.58
HSL220.21º84.35%22.55%-
HSV(B)220.21º91.51%41.57%-
XYZ3.512.6813.97-
YUV38.84165.9106.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 106 (41.80% from 255) = 67.95%
R=5.77%
G=26.28%
B=67.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9411060.920.6100.58220.2184.3522.55
Hex9296A5C3D03Adc5417
Octal11511521347507233412427
Binary100110100111010101011100111101011101011011100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,41,106); }

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

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

 a { background-color: rgb(9,41,106); }

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

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

 span { border-color: rgb(9,41,106); }

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