#09295F

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

Shades of Sapphire #09295F

Tints of Sapphire #09295F

Color information

#09295F (or 0x09295F) is unknown color: approx Sapphire. HEX triplet: 09, 29 and 5F. RGB value is (9,41,95). Sum of RGB (Red+Green+Blue) = 9+41+95=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #09295F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09295F is #F6D6A0. Grayscale: #252525. Windows color (decimal): -16176801 or 6236425. OLE color: 6236425.

HSL color Cylindrical-coordinate representation of color #09295F: hue angle of 217.67º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09295F is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB94195-
CMYK0.910.5700.63
HSL217.67º82.69%20.39%-
HSV(B)217.67º90.53%37.25%-
XYZ2.972.4711.15-
YUV37.59160.4107.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 95 (37.5% from 255) = 65.52%
R=6.21%
G=28.28%
B=65.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal941950.910.5700.63217.6782.6920.39
Hex9295F5B3903Fda5314
Octal11511371337107733212324
Binary100110100110111111011011111001011111111011010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09295F; }

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

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

<style>
 a { background-color: #09295F; }

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

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

<style>
 span { border-color: #09295F; }

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

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