#092565

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

Shades of Sapphire #092565

Tints of Sapphire #092565

Color information

#092565 (or 0x092565) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 65. RGB value is (9,37,101). Sum of RGB (Red+Green+Blue) = 9+37+101=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 101 (39.84% from 255 or 68.71% from 147); Max value from RGB is 101 - color contains mainly: blue. Hex color #092565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092565 is #F6DA9A. Grayscale: #232323. Windows color (decimal): -16177819 or 6628617. OLE color: 6628617.

HSL color Cylindrical-coordinate representation of color #092565: hue angle of 221.74º 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 #092565 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB937101-
CMYK0.910.6300.60
HSL221.74º83.64%21.57%-
HSV(B)221.74º91.09%39.61%-
XYZ3.122.3212.6-
YUV35.92164.72108.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 101 (39.84% from 255) = 68.71%
R=6.12%
G=25.17%
B=68.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9371010.910.6300.60221.7483.6421.57
Hex925655B3F03Cde5416
Octal11451451337707433612426
Binary100110010111001011011011111111011110011011110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092565; }

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

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

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

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

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

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

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

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