#092D65

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

Shades of Sapphire #092D65

Tints of Sapphire #092D65

Color information

#092D65 (or 0x092D65) is unknown color: approx Sapphire. HEX triplet: 09, 2D and 65. RGB value is (9,45,101). Sum of RGB (Red+Green+Blue) = 9+45+101=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #092D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D65 is #F6D29A. Grayscale: #282828. Windows color (decimal): -16175771 or 6630665. OLE color: 6630665.

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

Color convert

RGB945101-
CMYK0.910.5500.60
HSL216.52º83.64%21.57%-
HSV(B)216.52º91.09%39.61%-
XYZ3.42.8712.69-
YUV40.62162.07105.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 45 (17.97% from 255) = 29.03%
BLUE value IS 101 (39.84% from 255) = 65.16%
R=5.81%
G=29.03%
B=65.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9451010.910.5500.60216.5283.6421.57
Hex92D655B3703Cd95416
Octal11551451336707433112426
Binary100110110111001011011011110111011110011011001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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