#092066

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

Shades of Sapphire #092066

Tints of Sapphire #092066

Color information

#092066 (or 0x092066) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 66. RGB value is (9,32,102). Sum of RGB (Red+Green+Blue) = 9+32+102=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #092066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092066 is #F6DF99. Grayscale: #202020. Windows color (decimal): -16179098 or 6692873. OLE color: 6692873.

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

Color convert

RGB932102-
CMYK0.910.6900.6
HSL225.16º83.78%21.76%-
HSV(B)225.16º91.18%40%-
XYZ3.032.0512.81-
YUV33.1166.88110.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 102 (40.23% from 255) = 71.33%
R=6.29%
G=22.38%
B=71.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9321020.910.6900.6225.1683.7821.76
Hex920665B4503Ce15416
Octal114014613310507434112426
Binary1001100000110011010110111000101011110011100001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092066; }

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

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

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

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

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

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

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

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