#092265

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

Shades of Sapphire #092265

Tints of Sapphire #092265

Color information

#092265 (or 0x092265) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 65. RGB value is (9,34,101). Sum of RGB (Red+Green+Blue) = 9+34+101=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #092265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092265 is #F6DD9A. Grayscale: #212121. Windows color (decimal): -16178587 or 6627849. OLE color: 6627849.

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

Color convert

RGB934101-
CMYK0.910.6600.60
HSL223.7º83.64%21.57%-
HSV(B)223.7º91.09%39.61%-
XYZ3.032.1412.57-
YUV34.16165.72110.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 101 (39.84% from 255) = 70.14%
R=6.25%
G=23.61%
B=70.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9341010.910.6600.60223.783.6421.57
Hex922655B4203Ce05416
Octal114214513310207434012426
Binary1001100010110010110110111000010011110011100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092265; }

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

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

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

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

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

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

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

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