#093275

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

Shades of Sapphire #093275

Tints of Sapphire #093275

Color information

#093275 (or 0x093275) is unknown color: approx Sapphire. HEX triplet: 09, 32 and 75. RGB value is (9,50,117). Sum of RGB (Red+Green+Blue) = 9+50+117=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #093275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093275 is #F6CD8A. Grayscale: #2D2D2D. Windows color (decimal): -16174475 or 7680521. OLE color: 7680521.

HSL color Cylindrical-coordinate representation of color #093275: hue angle of 217.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093275 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB950117-
CMYK0.920.5700.54
HSL217.22º85.71%24.71%-
HSV(B)217.22º92.31%45.88%-
XYZ4.463.6217.29-
YUV45.38168.42102.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=5.11%
G=28.41%
B=66.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9501170.920.5700.54217.2285.7124.71
Hex932755C39036d95619
Octal11621651347106633112631
Binary100111001011101011011100111001011011011011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093275; }

 p { color: rgb(9,50,117); }

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

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

 a { background-color: rgb(9,50,117); }

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

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

 span { border-color: rgb(9,50,117); }

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