#093079

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

Shades of Sapphire #093079

Tints of Sapphire #093079

Color information

#093079 (or 0x093079) is unknown color: approx Sapphire. HEX triplet: 09, 30 and 79. RGB value is (9,48,121). Sum of RGB (Red+Green+Blue) = 9+48+121=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #093079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093079 is #F6CF86. Grayscale: #2C2C2C. Windows color (decimal): -16174983 or 7942153. OLE color: 7942153.

HSL color Cylindrical-coordinate representation of color #093079: hue angle of 219.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093079 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB948121-
CMYK0.930.6000.53
HSL219.11º86.15%25.49%-
HSV(B)219.11º92.56%47.45%-
XYZ4.623.5518.53-
YUV44.66171.08102.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 121 (47.66% from 255) = 67.98%
R=5.06%
G=26.97%
B=67.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9481210.930.6000.53219.1186.1525.49
Hex930795D3C035db5619
Octal11601711357406533312631
Binary100111000011110011011101111100011010111011011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093079; }

 p { color: rgb(9,48,121); }

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

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

 a { background-color: rgb(9,48,121); }

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

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

 span { border-color: rgb(9,48,121); }

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