#093174

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

Shades of Sapphire #093174

Tints of Sapphire #093174

Color information

#093174 (or 0x093174) is unknown color: approx Sapphire. HEX triplet: 09, 31 and 74. RGB value is (9,49,116). Sum of RGB (Red+Green+Blue) = 9+49+116=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #093174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093174 is #F6CE8B. Grayscale: #2C2C2C. Windows color (decimal): -16174732 or 7614729. OLE color: 7614729.

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

Color convert

RGB949116-
CMYK0.920.5800.55
HSL217.57º85.6%24.51%-
HSV(B)217.57º92.24%45.49%-
XYZ4.363.5216.97-
YUV44.68168.25102.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 116 (45.70% from 255) = 66.67%
R=5.17%
G=28.16%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9491160.920.5800.55217.5785.624.51
Hex931745C3A037da5619
Octal11611641347206733212631
Binary100111000111101001011100111010011011111011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093174; }

 p { color: rgb(9,49,116); }

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

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

 a { background-color: rgb(9,49,116); }

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

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

 span { border-color: rgb(9,49,116); }

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