#092466

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

Shades of Sapphire #092466

Tints of Sapphire #092466

Color information

#092466 (or 0x092466) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 66. RGB value is (9,36,102). Sum of RGB (Red+Green+Blue) = 9+36+102=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #092466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092466 is #F6DB99. Grayscale: #232323. Windows color (decimal): -16178074 or 6693897. OLE color: 6693897.

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

Color convert

RGB936102-
CMYK0.910.6500.6
HSL222.58º83.78%21.76%-
HSV(B)222.58º91.18%40%-
XYZ3.142.2812.84-
YUV35.45165.55109.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 102 (40.23% from 255) = 69.39%
R=6.12%
G=24.49%
B=69.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9361020.910.6500.6222.5883.7821.76
Hex924665B4103Cdf5416
Octal114414613310107433712426
Binary1001100100110011010110111000001011110011011111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092466; }

 p { color: rgb(9,36,102); }

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

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

 a { background-color: rgb(9,36,102); }

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

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

 span { border-color: rgb(9,36,102); }

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