#092054

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

Shades of Sapphire #092054

Tints of Sapphire #092054

Color information

#092054 (or 0x092054) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 54. RGB value is (9,32,84). Sum of RGB (Red+Green+Blue) = 9+32+84=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #092054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092054 is #F6DFAB. Grayscale: #1E1E1E. Windows color (decimal): -16179116 or 5513225. OLE color: 5513225.

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

Color convert

RGB93284-
CMYK0.890.6200.67
HSL221.6º80.65%18.24%-
HSV(B)221.6º89.29%32.94%-
XYZ2.231.738.6-
YUV31.05157.88112.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 84 (33.20% from 255) = 67.2%
R=7.2%
G=25.6%
B=67.2%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal932840.890.6200.67221.680.6518.24
Hex92054593E043de5112
Octal114012413176010333612122
Binary1001100000101010010110011111100100001111011110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092054; }

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

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

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

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

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

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

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

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