#09275D

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

Shades of Sapphire #09275D

Tints of Sapphire #09275D

Color information

#09275D (or 0x09275D) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 5D. RGB value is (9,39,93). Sum of RGB (Red+Green+Blue) = 9+39+93=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #09275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09275D is #F6D8A2. Grayscale: #232323. Windows color (decimal): -16177315 or 6104841. OLE color: 6104841.

HSL color Cylindrical-coordinate representation of color #09275D: hue angle of 218.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09275D is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB93993-
CMYK0.900.5800.64
HSL218.57º82.35%20%-
HSV(B)218.57º90.32%36.47%-
XYZ2.812.310.65-
YUV36.19160.06108.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 93 (36.72% from 255) = 65.96%
R=6.38%
G=27.66%
B=65.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal939930.900.5800.64218.5782.3520
Hex9275D5A3A040db5214
Octal114713513272010033312224
Binary1001100111101110110110101110100100000011011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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