#092854

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

Shades of Sapphire #092854

Tints of Sapphire #092854

Color information

#092854 (or 0x092854) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 54. RGB value is (9,40,84). Sum of RGB (Red+Green+Blue) = 9+40+84=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #092854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092854 is #F6D7AB. Grayscale: #232323. Windows color (decimal): -16177068 or 5515273. OLE color: 5515273.

HSL color Cylindrical-coordinate representation of color #092854: hue angle of 215.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092854 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB94084-
CMYK0.890.5200.67
HSL215.2º80.65%18.24%-
HSV(B)215.2º89.29%32.94%-
XYZ2.472.228.68-
YUV35.75155.23108.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 84 (33.20% from 255) = 63.16%
R=6.77%
G=30.08%
B=63.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal940840.890.5200.67215.280.6518.24
Hex928545934043d75112
Octal115012413164010332712122
Binary1001101000101010010110011101000100001111010111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092854; }

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

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

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

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

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

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

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

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