#092765

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

Shades of Sapphire #092765

Tints of Sapphire #092765

Color information

#092765 (or 0x092765) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 65. RGB value is (9,39,101). Sum of RGB (Red+Green+Blue) = 9+39+101=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #092765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092765 is #F6D89A. Grayscale: #242424. Windows color (decimal): -16177307 or 6629129. OLE color: 6629129.

HSL color Cylindrical-coordinate representation of color #092765: hue angle of 220.43º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092765 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB939101-
CMYK0.910.6100.60
HSL220.43º83.64%21.57%-
HSV(B)220.43º91.09%39.61%-
XYZ3.192.4512.62-
YUV37.1164.06107.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 101 (39.84% from 255) = 67.79%
R=6.04%
G=26.17%
B=67.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9391010.910.6100.60220.4383.6421.57
Hex927655B3D03Cdc5416
Octal11471451337507433412426
Binary100110011111001011011011111101011110011011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092765; }

 p { color: rgb(9,39,101); }

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

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

 a { background-color: rgb(9,39,101); }

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

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

 span { border-color: rgb(9,39,101); }

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