#09275F

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

Shades of Sapphire #09275F

Tints of Sapphire #09275F

Color information

#09275F (or 0x09275F) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 5F. RGB value is (9,39,95). Sum of RGB (Red+Green+Blue) = 9+39+95=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 95 (37.5% from 255 or 66.43% from 143); Max value from RGB is 95 - color contains mainly: blue. Hex color #09275F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09275F is #F6D8A0. Grayscale: #242424. Windows color (decimal): -16177313 or 6235913. OLE color: 6235913.

HSL color Cylindrical-coordinate representation of color #09275F: hue angle of 219.07º 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 #09275F is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB93995-
CMYK0.910.5900.63
HSL219.07º82.69%20.39%-
HSV(B)219.07º90.53%37.25%-
XYZ2.92.3411.12-
YUV36.41161.06108.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 95 (37.5% from 255) = 66.43%
R=6.29%
G=27.27%
B=66.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal939950.910.5900.63219.0782.6920.39
Hex9275F5B3B03Fdb5314
Octal11471371337307733312324
Binary100110011110111111011011111011011111111011011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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