#092260

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

Shades of Sapphire #092260

Tints of Sapphire #092260

Color information

#092260 (or 0x092260) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 60. RGB value is (9,34,96). Sum of RGB (Red+Green+Blue) = 9+34+96=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #092260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092260 is #F6DD9F. Grayscale: #212121. Windows color (decimal): -16178592 or 6300169. OLE color: 6300169.

HSL color Cylindrical-coordinate representation of color #092260: hue angle of 222.76º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092260 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB93496-
CMYK0.910.6500.62
HSL222.76º82.86%20.59%-
HSV(B)222.76º90.62%37.65%-
XYZ2.82.0511.31-
YUV33.59163.22110.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 96 (37.89% from 255) = 69.06%
R=6.47%
G=24.46%
B=69.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal934960.910.6500.62222.7682.8620.59
Hex922605B4103Edf5315
Octal114214013310107633712325
Binary1001100010110000010110111000001011111011011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092260; }

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

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

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

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

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

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

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

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