#092C66

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

Shades of Sapphire #092C66

Tints of Sapphire #092C66

Color information

#092C66 (or 0x092C66) is unknown color: approx Sapphire. HEX triplet: 09, 2C and 66. RGB value is (9,44,102). Sum of RGB (Red+Green+Blue) = 9+44+102=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #092C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C66 is #F6D399. Grayscale: #272727. Windows color (decimal): -16176026 or 6695945. OLE color: 6695945.

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

Color convert

RGB944102-
CMYK0.910.5700.6
HSL217.42º83.78%21.76%-
HSV(B)217.42º91.18%40%-
XYZ3.412.8212.93-
YUV40.15162.9105.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 44 (17.58% from 255) = 28.39%
BLUE value IS 102 (40.23% from 255) = 65.81%
R=5.81%
G=28.39%
B=65.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9441020.910.5700.6217.4283.7821.76
Hex92C665B3903Cd95416
Octal11541461337107433112426
Binary100110110011001101011011111001011110011011001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092C66; }

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

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

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

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

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

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

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

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