#09276F

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

Shades of Sapphire #09276F

Tints of Sapphire #09276F

Color information

#09276F (or 0x09276F) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 6F. RGB value is (9,39,111). Sum of RGB (Red+Green+Blue) = 9+39+111=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #09276F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09276F is #F6D890. Grayscale: #252525. Windows color (decimal): -16177297 or 7284489. OLE color: 7284489.

HSL color Cylindrical-coordinate representation of color #09276F: hue angle of 222.35º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09276F is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB939111-
CMYK0.920.6500.56
HSL222.35º85%23.53%-
HSV(B)222.35º91.89%43.53%-
XYZ3.712.6615.36-
YUV38.24169.06107.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 111 (43.75% from 255) = 69.81%
R=5.66%
G=24.53%
B=69.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9391110.920.6500.56222.358523.53
Hex9276F5C41038de5518
Octal114715713410107033612530
Binary1001100111110111110111001000001011100011011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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