#092154

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

Shades of Sapphire #092154

Tints of Sapphire #092154

Color information

#092154 (or 0x092154) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 54. RGB value is (9,33,84). Sum of RGB (Red+Green+Blue) = 9+33+84=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 84 (33.20% from 255 or 66.67% from 126); Max value from RGB is 84 - color contains mainly: blue. Hex color #092154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092154 is #F6DEAB. Grayscale: #1F1F1F. Windows color (decimal): -16178860 or 5513481. OLE color: 5513481.

HSL color Cylindrical-coordinate representation of color #092154: hue angle of 220.8º 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 #092154 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB93384-
CMYK0.890.6100.67
HSL220.8º80.65%18.24%-
HSV(B)220.8º89.29%32.94%-
XYZ2.261.798.61-
YUV31.64157.55111.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 84 (33.20% from 255) = 66.67%
R=7.14%
G=26.19%
B=66.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal933840.890.6100.67220.880.6518.24
Hex92154593D043dd5112
Octal114112413175010333512122
Binary1001100001101010010110011111010100001111011101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092154; }

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

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

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

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

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

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

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

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