#092874

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

Shades of Sapphire #092874

Tints of Sapphire #092874

Color information

#092874 (or 0x092874) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 74. RGB value is (9,40,116). Sum of RGB (Red+Green+Blue) = 9+40+116=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #092874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092874 is #F6D78B. Grayscale: #272727. Windows color (decimal): -16177036 or 7612425. OLE color: 7612425.

HSL color Cylindrical-coordinate representation of color #092874: hue angle of 222.62º 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 #092874 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB940116-
CMYK0.920.6600.55
HSL222.62º85.6%24.51%-
HSV(B)222.62º92.24%45.49%-
XYZ4.022.8416.86-
YUV39.39171.23106.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 116 (45.70% from 255) = 70.30%
R=5.45%
G=24.24%
B=70.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9401160.920.6600.55222.6285.624.51
Hex928745C42037df5619
Octal115016413410206733712631
Binary1001101000111010010111001000010011011111011111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092874; }

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

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

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

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

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

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

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

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